Libraries
»
cutter
(0.8.9)
»
Index (A)
»
Array
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/cutter/array.rb
Instance Method Summary
collapse
#
extract_options!
⇒ Object
Instance Method Details
#
extract_options!
⇒
Object
2 3 4
# File 'lib/cutter/array.rb', line 2
def
extract_options!
last
.
is_a?
(
::
Hash
)
?
pop
:
{
}
end