# File lib/slop.rb, line 215
  def on(*objects, &block)
    option = build_option(objects, &block)
    options << option
    option
  end