# File lib/deltacloud.rb, line 401 def feature?(collection, name) @features.has_key?(collection) && @features[collection].include?(name) end