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.1.1-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-1.1.1-x86-mswin32 lib/amalgalite/taps/console.rb
amalgalite-1.1.1 lib/amalgalite/taps/console.rb
amalgalite-1.0.0 lib/amalgalite/taps/console.rb
amalgalite-1.0.0-x86-mswin32 lib/amalgalite/taps/console.rb
amalgalite-1.0.0-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-0.15.0-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-0.15.0-x86-mswin32 lib/amalgalite/taps/console.rb
amalgalite-0.15.0 lib/amalgalite/taps/console.rb
amalgalite-0.12.0-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-0.12.0 lib/amalgalite/taps/console.rb
amalgalite-0.12.0-x86-mswin32 lib/amalgalite/taps/console.rb
amalgalite-0.11.0-x86-mswin32 lib/amalgalite/taps/console.rb
amalgalite-0.11.0-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-0.10.2-x86-mswin32 lib/amalgalite/taps/console.rb
amalgalite-0.10.2-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-0.10.1-x86-mswin32 lib/amalgalite/taps/console.rb
amalgalite-0.10.1-x86-mingw32 lib/amalgalite/taps/console.rb
amalgalite-0.10.0-x86-mswin32-60 lib/amalgalite/taps/console.rb
amalgalite-0.11.0 lib/amalgalite/taps/console.rb