Method: Cosmos::Stderr#initialize
- Defined in:
- lib/cosmos/io/stderr.rb
#initialize ⇒ Stderr
Returns a new instance of Stderr.
27 28 29 30 31 |
# File 'lib/cosmos/io/stderr.rb', line 27 def initialize super() @streams << STDERR @@instance = self end |