Method: FormatEngine::FormatSet#do_format
- Defined in:
- lib/format_engine/format_spec/set.rb
#do_format(spec_info) ⇒ Object
Format onto the output string
49 50 51 |
# File 'lib/format_engine/format_spec/set.rb', line 49 def do_format(spec_info) fail "The tag %{@raw} may not be used in formatting." end |