Method: Sunshine::Shell#ask

Defined in:
lib/sunshine/shell.rb

#ask(*args, &block) ⇒ Object

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