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

Returns:

  • (Boolean)


171
172
173
# File 'lib/gemmy/patches/array_patch.rb', line 171

def not_empty?
  !empty?
end