Class: Yuzu::Command::ConfiglessCommand
- Defined in:
- lib/yuzu/commands/base.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(args) ⇒ ConfiglessCommand
constructor
A new instance of ConfiglessCommand.
Constructor Details
#initialize(args) ⇒ ConfiglessCommand
Returns a new instance of ConfiglessCommand.
63 64 65 |
# File 'lib/yuzu/commands/base.rb', line 63 def initialize(args) @args = args end |
Class Method Details
.help(method) ⇒ Object
67 68 |
# File 'lib/yuzu/commands/base.rb', line 67 def self.help(method) end |
.requires_config? ⇒ Boolean
70 71 72 |
# File 'lib/yuzu/commands/base.rb', line 70 def self.requires_config? false end |