Class: Array

Inherits:
Object show all
Defined in:
lib/sorenson/services/array.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#extract_options!Object



2
3
4
# File 'lib/sorenson/services/array.rb', line 2

def extract_options!
  last.is_a?(::Hash) ? pop : {}
end