Class: Ankit::HelloCommand
- Defined in:
- lib/ankit/command.rb,
lib/ankit/hello_command.rb
Constant Summary
Constants inherited from Command
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
Methods inherited from Command
available, by_name, command_name, define_options, #initialize, option_spec
Constructor Details
This class inherits a constructor from Ankit::Command
Instance Method Details
#execute ⇒ Object
41 |
# File 'lib/ankit/command.rb', line 41 def execute; end |