Method: Textbringer::Mode.define_local_command
- Defined in:
- lib/textbringer/mode.rb
.define_local_command(name, **options, &block) ⇒ Object
41 42 43 44 45 |
# File 'lib/textbringer/mode.rb', line 41 def self.define_local_command(name, **, &block) define_generic_command(name, **) define_method(name, &block) name end |