# File lib/r10k/action/base.rb, line 13 def initialize(opts, argv, settings = {}) @opts = opts @argv = argv @settings = settings setopts(opts, allowed_initialize_opts) end
# File lib/r10k/action/base.rb, line 23 def allowed_initialize_opts { :config => true, :trace => true, } end