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