lib/r10k/deployment.rb in r10k-0.0.2 vs lib/r10k/deployment.rb in r10k-0.0.3

- old
+ new

@@ -18,14 +18,9 @@ def collection instance.collection end end - extend Forwardable - - def_delegators :@config, :configfile, :configfile= - def_delegators :@config, :setting, :[] - def initialize @config = R10K::Config.new end def config