Class: Ploy::Command::Base
- Inherits:
-
Object
- Object
- Ploy::Command::Base
- Defined in:
- lib/ploy/command/base.rb
Instance Method Summary collapse
Instance Method Details
#help ⇒ Object
8 9 10 |
# File 'lib/ploy/command/base.rb', line 8 def help return "" end |
#run(argv) ⇒ Object
4 5 6 |
# File 'lib/ploy/command/base.rb', line 4 def run(argv) return false end |