Module: StdCmd::Quit
- Defined in:
- lib/command-set/standard-commands.rb
Constant Summary collapse
- @@set =
nil
Class Method Summary collapse
Class Method Details
.define_commands ⇒ Object
85 86 87 88 89 |
# File 'lib/command-set/standard-commands.rb', line 85 def self.define_commands return @@set ||= Command::CommandSet.define_commands do mode_command Command::StandardCommand::Quit end end |