method
new
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::DynamicCommand
new(name, options = nil)public
No documentation available.
# File lib/bundler/vendor/thor/lib/thor/command.rb, line 122
def initialize(name, options = nil)
super(name.to_s, "A dynamically-generated command", name.to_s, name.to_s, options)
end