Method: Array#extract_options!
- Defined in:
- lib/core_ext/array.rb
#extract_options! ⇒ Object
2 3 4 |
# File 'lib/core_ext/array.rb', line 2 def last.is_a?(Hash) ? pop : { } end |
2 3 4 |
# File 'lib/core_ext/array.rb', line 2 def last.is_a?(Hash) ? pop : { } end |