Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/spreedly/common/fields.rb
Instance Method Summary collapse
Instance Method Details
#extract_options! ⇒ Object
84 85 86 87 88 89 90 |
# File 'lib/spreedly/common/fields.rb', line 84 def if last.is_a?(Hash) pop else {} end end |