on_tail(*opts, &block)
Add option switch like with #on, but at tail of summary.
# File lib/optparse.rb, line 1502 def on_tail(*opts, &block) define_tail(*opts, &block) self end