# File lib/r10k/action/deploy/environment.rb, line 14 def initialize(opts, argv) @opts = opts @argv = argv.map { |arg| arg.gsub(/\W/,'_') } setopts(opts, { :config => :self, :puppetfile => :self, :purge => :self, :trace => :self }) @purge = true end