# File lib/r10k/feature/collection.rb, line 13 def add(name, opts = {}, &block) @features[name] = R10K::Feature.new(name, opts, &block) end