Method: DeadFinder.run_pipe

Defined in:
lib/deadfinder.rb

.run_pipe(options) ⇒ Object



43
44
45
# File 'lib/deadfinder.rb', line 43

def self.run_pipe(options)
  run_with_input(options) { $stdin.gets&.chomp }
end