class Amalgalite::Taps::Stdout

Class provide an IO tap that can write to $stdout

Public Class Methods

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