class Array

Public Instance Methods

extract_options!() click to toggle source
# File lib/spreedly/common/fields.rb, line 84
def extract_options!
  if last.is_a?(Hash)
    pop
  else
    {}
  end
end