Sha256: 02d328c144c339b74ab97516d8e6698aa5f6f7763bced153115592501f8c9d0b

Contents?: true

Size: 494 Bytes

Versions: 97

Compression:

Stored size: 494 Bytes

Contents

#--
# Copyright (c) 2008 Jeremy Hinegardner
# All rights reserved.  See LICENSE and/or COPYING for details.
#++

require 'amalgalite/taps/io'

module Amalgalite::Taps
  #
  # Class provide an IO tap that can write to $stdout
  #
  class Stdout < ::Amalgalite::Taps::IO
    def initialize
      super( $stdout )
    end
  end

  #
  # This class provide an IO tap that can write to $stderr
  #
  class Stderr < ::Amalgalite::Taps::IO
    def initialize
      super( $stderr )
    end
  end

end

Version data entries

97 entries across 97 versions & 2 rubygems

Version Path
amalgalite-1.6.3-x64-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.6.3 lib/amalgalite/taps/console.rb
amalgalite-1.6.1-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.6.1-x64-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.6.1 lib/amalgalite/taps/console.rb
amalgalite-1.6.0-x64-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.6.0-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.6.0 lib/amalgalite/taps/console.rb
amalgalite-1.5.0-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.5.0 lib/amalgalite/taps/console.rb
amalgalite-1.4.1-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.4.1 lib/amalgalite/taps/console.rb
amalgalite-1.4.0-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.4.0 lib/amalgalite/taps/console.rb
asana2flowdock-1.0.0 vendor/bundle/ruby/1.9.1/gems/amalgalite-1.3.0/lib/amalgalite/taps/console.rb
amalgalite-1.3.0-x86-mswin32 lib/amalgalite/taps/console.rb
amalgalite-1.3.0 lib/amalgalite/taps/console.rb
amalgalite-1.1.2-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.1.2-x86-mswin32 lib/amalgalite/taps/console.rb
amalgalite-1.1.2 lib/amalgalite/taps/console.rb