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