Method: Ditz::ErbHtml#method_missing
- Defined in:
- lib/html.rb
#method_missing(meth, *a) ⇒ Object
32 33 34 |
# File 'lib/html.rb', line 32 def method_missing meth, *a @mapping.member?(meth) ? @mapping[meth] : super end |
32 33 34 |
# File 'lib/html.rb', line 32 def method_missing meth, *a @mapping.member?(meth) ? @mapping[meth] : super end |