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