Class: Amalgalite::Taps::Stderr

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

Overview

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

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

#initializeStderr

Returns a new instance of Stderr.



22
23
24
# File 'lib/amalgalite/taps/console.rb', line 22

def initialize
  super( $stderr )
end