Class: ScrubytLoggingTestCase::FauxOutputStream
- Inherits:
-
Array
- Object
- Array
- ScrubytLoggingTestCase::FauxOutputStream
- Defined in:
- lib/scrubyt/logging.rb
Instance Method Summary collapse
Instance Method Details
#puts(object) ⇒ Object
108 109 110 |
# File 'lib/scrubyt/logging.rb', line 108 def puts(object) self << object.to_s end |