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