Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/active_rdf_helpers.rb

Direct Known Subclasses

PropertyList

Instance Method Summary collapse

Instance Method Details

#extract_options!Object



30
31
32
# File 'lib/active_rdf_helpers.rb', line 30

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