43 44 45
# File 'lib/deadfinder.rb', line 43 def self.run_pipe(options) run_with_input(options) { $stdin.gets&.chomp } end