Module: Gemmy::Patches::IntegerPatch::InstanceMethods::Collapse

Defined in:
lib/gemmy/patches/integer_patch.rb

Instance Method Summary collapse

Instance Method Details

#collapseObject

facets



104
105
106
# File 'lib/gemmy/patches/integer_patch.rb', line 104

def collapse
  flatten.compact
end