2 3 4
# File 'lib/core-extensions/array_ext.rb', line 2 def extract_options! last.is_a?(Hash) ? pop : {} end