Sha256: 1308c933fe0b06c2df1c8817114c10115b6d630ea5298673c2732a89b7e42dfa

Contents?: true

Size: 233 Bytes

Versions: 2

Compression:

Stored size: 233 Bytes

Contents

require 'folio/fileobject'

module Folio

  # = Pipe
  #
  # Is this the same as a FIFO?
  #
  class Pipe < FileObject

    def initialize(path)
      raise 'Pipes not yet supported.'
    end

    def pipe? ; true ; end

  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
folio-0.3.0 lib/folio/pipe.rb
folio-0.4.0 lib/folio/pipe.rb