Method: FormatEngine::SpecInfo#do_format
- Defined in:
- lib/format_engine/spec_info.rb
#do_format(fmt) ⇒ Object
Pass the formatting action along to the current format element.
37 38 39 |
# File 'lib/format_engine/spec_info.rb', line 37 def do_format(fmt) (@fmt = fmt).do_format(self) end |