Methods
Public Class methods
[ show source ]
# File lib/folio/pipe.rb, line 7 def initialize(path) raise 'Pipes not yet supported.' end
Public Instance methods
[ show source ]
# File lib/folio/pipe.rb, line 11 def pipe? ; true ; end
Class Folio::Pipe |
|
[ show source ]
# File lib/folio/pipe.rb, line 7 def initialize(path) raise 'Pipes not yet supported.' end
[ show source ]
# File lib/folio/pipe.rb, line 11 def pipe? ; true ; end