Class: Yuzu::Command::Help
- Inherits:
-
ConfiglessCommand
- Object
- ConfiglessCommand
- Yuzu::Command::Help
- Defined in:
- lib/yuzu/commands/help.rb
Instance Method Summary collapse
- #index ⇒ Object
-
#initialize(args) ⇒ Help
constructor
A new instance of Help.
Methods inherited from ConfiglessCommand
Constructor Details
#initialize(args) ⇒ Help
Returns a new instance of Help.
4 5 6 |
# File 'lib/yuzu/commands/help.rb', line 4 def initialize(args) @args = args end |