Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/spreedly/common/fields.rb

Instance Method Summary collapse

Instance Method Details

#extract_options!Object



81
82
83
84
85
86
87
# File 'lib/spreedly/common/fields.rb', line 81

def extract_options!
  if last.is_a?(Hash)
    pop
  else
    {}
  end
end