Module: Logsly::Logging182::Appenders::StringIo::IoToS

Defined in:
lib/logsly/logging182/appenders/string_io.rb

Overview

:stopdoc:

Instance Method Summary collapse

Instance Method Details

#to_sObject



81
82
83
84
85
86
# File 'lib/logsly/logging182/appenders/string_io.rb', line 81

def to_s
  seek 0
  str = read
  seek 0
  return str
end