Prompt the user for input.
55 56 57
# File 'lib/sunshine/shell.rb', line 55 def ask(*args, &block) sync{ @input.ask(*args, &block) } end