# File lib/optparse.rb, line 1204
  def on_head(*opts, &block)
    define_head(*opts, &block)
    self
  end