say(statement="")
Display a statement.
# File lib/rubygems/user_interaction.rb, line 355 def say(statement="") @outs.puts statement end