Class: Array

Inherits:
Object show all
Defined in:
lib/interlock/core_extensions.rb

Instance Method Summary collapse

Instance Method Details

#extract_options!Object



59
60
61
62
# File 'lib/interlock/core_extensions.rb', line 59

def extract_options!
  # Method added in Rails rev 7217
  last.is_a?(Hash) ? pop : {}
end