Method: Train::File#pipe?

Defined in:
lib/train/file.rb

#pipe?Boolean



88
89
90
# File 'lib/train/file.rb', line 88

def pipe?
  type.to_s == 'pipe'
end