class Gallus::Output::Stdout

Public: A thread safe IO stream output that writes to standard output.

Public Class Methods

new(format) click to toggle source
Calls superclass method
# File lib/gallus/output/stdout.rb, line 5
def initialize(format)
  super($stdout, format)
end