Class
Bundler::Thor::DynamicCommand
In:
lib/bundler/vendor/thor/lib/thor/command.rb
Parent:
Command
A dynamic command that handles method missing scenarios.
Methods
new
run
Public Class methods
new
(name, options = nil)
Public Instance methods
run
(instance, args = [])
[Validate]