Method: FormatEngine::SpecInfo#cat
- Defined in:
- lib/format_engine/spec_info.rb
#cat(str) ⇒ Object
Concatenate onto the formatted output string.
27 28 29 |
# File 'lib/format_engine/spec_info.rb', line 27 def cat(str) @dst << str end |