Method: FormatEngine::SpecInfo#do_parse
- Defined in:
- lib/format_engine/spec_info.rb
#do_parse(fmt) ⇒ Object
Pass the parsing action along to the current format element.
42 43 44 |
# File 'lib/format_engine/spec_info.rb', line 42 def do_parse(fmt) (@fmt = fmt).do_parse(self) end |