module Coveralls::Output

def output

def output
  (defined?(@output) && @output) || $stdout
end