# File lib/guard/interactors/simple.rb, line 10 def read_line while line = $stdin.gets process_input(line.gsub(/^\W*/, '').chomp) end end