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
74 75 76 77 78 79 |
# File 'lib/logging/appenders/string_io.rb', line 74 def to_s seek 0 str = read seek 0 return str end |