Method: Nandi::Config#register_method
- Defined in:
- lib/nandi/config.rb
#register_method(name, klass) ⇒ Object
Register a custom DDL method.
118 119 120 |
# File 'lib/nandi/config.rb', line 118 def register_method(name, klass) custom_methods[name] = klass end |