# File lib/active_support/core_ext/array/extract_options.rb, line 22
  def extract_options!
    if last.is_a?(Hash) && last.extractable_options?
      pop
    else
      {}
    end
  end