Method: Command::DSL::CommandSetDefinition#define_commands
- Defined in:
- lib/command-set/dsl.rb
#define_commands(&block) ⇒ Object
This is the method that makes DSL::CommandSetDefinition available. It’s just a wrapper on instance_eval, honestly.
141 142 143 |
# File 'lib/command-set/dsl.rb', line 141 def define_commands(&block) instance_eval(&block) end |