class Amalgalite::Taps::Stderr

This class provide an IO tap that can write to $stderr

Public Class Methods

new() click to toggle source
Calls superclass method Amalgalite::Taps::IO.new
# File lib/amalgalite/taps/console.rb, line 22
def initialize
  super( $stderr )
end