Module: Gemmy::Patches::ArrayPatch::InstanceMethods::ExtractOptions
- Defined in:
- lib/gemmy/patches/array_patch.rb
Instance Method Summary collapse
-
#extract_options! ⇒ Object
facets.
Instance Method Details
#extract_options! ⇒ Object
facets
60 61 62 63 64 65 66 |
# File 'lib/gemmy/patches/array_patch.rb', line 60 def if Hash === last && last. pop else {} end end |