Method: Lono::Extensions#method_missing
- Defined in:
- lib/lono/extensions.rb
#method_missing(name, *args, &block) ⇒ Object
The extend_with methods are used in file as the normal DSL evaluation. We use method_missing so we dont have to redefine all the normal methods of the DSL.
16 |
# File 'lib/lono/extensions.rb', line 16 def method_missing(name, *args, &block); end |