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