message()
Default stringizing method to emit standard error message.
# File lib/optparse.rb, line 1665 def message reason + ': ' + args.join(' ') end