Class: Yell::Adapters::Stderr

Inherits:
Io
  • Object
show all
Defined in:
lib/yell/adapters/streams.rb

Constant Summary

Constants inherited from Io

Io::Colors

Instance Attribute Summary

Attributes inherited from Io

#format

Attributes inherited from Base

#level, #options

Instance Method Summary collapse

Methods inherited from Io

#close, #colorize, #initialize

Methods inherited from Base

#close, #initialize, #write

Constructor Details

This class inherits a constructor from Yell::Adapters::Io

Instance Method Details

#Lazily(opentheSTDERRstream) ⇒ Object



17
18
19
# File 'lib/yell/adapters/streams.rb', line 17

def stream
  @stream ||= $stderr.clone
end