# File lib/backports/rails/array.rb, line 3
  def extract_options!
    last.is_a?(::Hash) ? pop : {}
  end