# File lib/merb-core/core_ext/kernel.rb, line 438
  def extract_options_from_args!(args)
    args.pop if (args.last.instance_of?(Hash) || args.last.instance_of?(Mash))
  end