Class: Amalgalite::Taps::Stdout

Inherits:
IO
  • Object
show all
Defined in:
lib/amalgalite/taps/console.rb

Overview

Class provide an IO tap that can write to $stdout

Instance Attribute Summary

Attributes inherited from IO

#io, #profile_tap, #trace_count

Instance Method Summary collapse

Methods inherited from IO

#dump_profile, #output_profile_event, #profile, #samplers, #trace

Constructor Details

#initializeStdout

Returns a new instance of Stdout.



13
14
15
# File 'lib/amalgalite/taps/console.rb', line 13

def initialize
  super( $stdout )
end