Module: Gemmy::Patches::ArrayPatch::InstanceMethods::NotEmpty

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

Instance Method Summary collapse

Instance Method Details

#not_empty?Boolean

facets



109
110
111
# File 'lib/gemmy/patches/array_patch.rb', line 109

def not_empty?
  !empty?
end