class Yell::Adapters::Io

def open!

Overloads:
  • open!
def open!
  @stream.sync = self.sync if @stream.respond_to? :sync
  @stream.flush            if @stream.respond_to? :flush
  super
end