class Yell::Adapters::Io

def stream

of this method.
Adapter classes should provide their own implementation

The IO stream
def stream
  synchronize { open! if @stream.nil?; @stream }
end