Module: Logging::Appenders::StringIo::IoToS
- Defined in:
- lib/logging/appenders/string_io.rb
Overview
:stopdoc:
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
56 57 58 59 60 61 |
# File 'lib/logging/appenders/string_io.rb', line 56 def to_s seek 0 str = read seek 0 return str end |