Class: Array

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

Instance Method Summary collapse

Instance Method Details

#extract_options!Object



48
49
50
51
# File 'lib/interlock/core_extensions.rb', line 48

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