# File lib/optparse.rb, line 1181
  def define(*opts, &block)
    top.append(*(sw = make_switch(opts, block)))
    sw[0]
  end