Class: Suppository::HelpCommand
- Inherits:
-
Object
- Object
- Suppository::HelpCommand
- Defined in:
- lib/suppository/help_command.rb
Instance Method Summary collapse
-
#initialize(_) ⇒ HelpCommand
constructor
A new instance of HelpCommand.
- #run ⇒ Object
Constructor Details
#initialize(_) ⇒ HelpCommand
Returns a new instance of HelpCommand.
6 7 |
# File 'lib/suppository/help_command.rb', line 6 def initialize(_) end |
Instance Method Details
#run ⇒ Object
9 10 11 |
# File 'lib/suppository/help_command.rb', line 9 def run puts Suppository.help end |