help()
Returns option summary string.
# File lib/optparse.rb, line 979 def help; summarize(banner.to_s.sub(/\n?\z/, "\n")) end