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