# File lib/optparse.rb, line 1218
  def on_tail(*opts, &block)
    define_tail(*opts, &block)
    self
  end