Method: Bundler::Thor::DynamicCommand#initialize

Defined in:
lib/bundler/vendor/thor/lib/thor/command.rb

#initialize(name, options = nil) ⇒ DynamicCommand

Returns a new instance of DynamicCommand.


138
139
140
# File 'lib/bundler/vendor/thor/lib/thor/command.rb', line 138

def initialize(name, options = nil)
  super(name.to_s, "A dynamically-generated command", name.to_s, nil, name.to_s, options)
end