# File lib/optparse.rb, line 1190
  def on(*opts, &block)
    define(*opts, &block)
    self
  end