Method: Marvin::DSL::Proxy#define_shortcut
- Defined in:
- lib/marvin/dsl.rb
#define_shortcut(name, method_name) ⇒ Object
12 13 14 |
# File 'lib/marvin/dsl.rb', line 12 def define_shortcut(name, method_name) @mapping[name] = method_name end |