on_head(*opts, &block)
Add option switch like with #on, but at head of summary.
# File lib/optparse.rb, line 1299 def on_head(*opts, &block) define_head(*opts, &block) self end