Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/core_ext/array.rb
Instance Method Summary collapse
Instance Method Details
#extract_options! ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/core_ext/array.rb', line 2 def if last.is_a?(Hash) pop else {} end end |