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.9.4-x64-mingw-ucrt lib/amalgalite/taps/console.rb
amalgalite-1.9.4-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.9.4-x64-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.9.4 lib/amalgalite/taps/console.rb
amalgalite-1.9.1-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.9.1-x64-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.9.1-x64-mingw-ucrt lib/amalgalite/taps/console.rb
amalgalite-1.9.1 lib/amalgalite/taps/console.rb
amalgalite-1.9.0-x64-mingw-ucrt lib/amalgalite/taps/console.rb
amalgalite-1.9.0-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.9.0-x64-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.9.0 lib/amalgalite/taps/console.rb
amalgalite-1.8.0-x64-mingw-ucrt lib/amalgalite/taps/console.rb
amalgalite-1.8.0-x64-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.8.0-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.8.0 lib/amalgalite/taps/console.rb
amalgalite-1.7.0-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.7.0-x64-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.7.0 lib/amalgalite/taps/console.rb
amalgalite-1.6.3-x86-mingw32 lib/amalgalite/taps/console.rb