Method: FormatEngine::FormatLiteral#do_format

Defined in:
lib/format_engine/format_spec/literal.rb

#do_format(spec_info) ⇒ Object

Format onto the output string



27
28
29
# File 'lib/format_engine/format_spec/literal.rb', line 27

def do_format(spec_info)
  spec_info.dst << @literal
end