ask(question)
Asks a question and returns the answer.
# File lib/rubygems/user_interaction.rb, line 124 def ask(question) ui.ask question end