# File lib/core/facets/array/extract_options.rb, line 23
  def extract_options!
    if Hash === last && last.extractable_options?
      pop
    else
      {}
    end
  end