Method: Yarn::Logging#output

Defined in:
lib/yarn/logging.rb

#outputObject

Proxy for the output variable.



27
28
29
30
# File 'lib/yarn/logging.rb', line 27

def output
  out ||= $output || $stdout
  out
end