Method: Cyclid::API::StringFIFO#string
- Defined in:
- app/cyclid/log_buffer.rb
#string ⇒ Object Also known as: to_s
Return the entire contents of the buffer
54 55 56 |
# File 'app/cyclid/log_buffer.rb', line 54 def string @buffer end |