Module: App::Command::ClassMethods
- Defined in:
- lib/has_helpers/app/command.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
102 103 104 |
# File 'lib/has_helpers/app/command.rb', line 102 def run(...) new.run(...) end |