Methods
Public Class methods
new(path)
# File lib/folio/pipe.rb, line 7
    def initialize(path)
      raise 'Pipes not yet supported.'
    end
Public Instance methods
pipe?()
# File lib/folio/pipe.rb, line 11
    def pipe? ; true ; end