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