Module: Gemmy::Patches::ArrayPatch::InstanceMethods::NotEmpty
- Defined in:
- lib/gemmy/patches/array_patch.rb
Instance Method Summary collapse
-
#not_empty? ⇒ Boolean
facets.
Instance Method Details
#not_empty? ⇒ Boolean
facets
184 185 186 |
# File 'lib/gemmy/patches/array_patch.rb', line 184 def not_empty? !empty? end |