Class: StreamWrapper
Instance Method Summary collapse
-
#initialize ⇒ StreamWrapper
constructor
A new instance of StreamWrapper.
- #stderr_puts(string) ⇒ Object
- #stdout_puts(string) ⇒ Object
Constructor Details
#initialize ⇒ StreamWrapper
Returns a new instance of StreamWrapper.
29 30 31 32 |
# File 'lib/ceedling/stream_wrapper.rb', line 29 def initialize STDOUT.sync STDERR.sync end |