class Gallus::Output::Stderr

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

Public Class Methods

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