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