Guard::Interactor
Simple interactor that that reads user input from standard input.
Read a line from stdin with Readline.
# File lib/guard/interactors/simple.rb, line 10 def read_line while line = $stdin.gets process_input(line.gsub(/^\W*/, '').chomp) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.