separator(string)
Add separator in summary.
# File lib/optparse.rb, line 1363 def separator(string) top.append(string, nil, nil) end