# File lib/rubygems/user_interaction.rb, line 230 def alert(statement, question=nil) @outs.puts "INFO: #{statement}" ask(question) if question end