module Gemmy::Patches::ArrayPatch::InstanceMethods::NotEmpty
Public Instance Methods
not_empty?()
click to toggle source
facets
# File lib/gemmy/patches/array_patch.rb, line 171 def not_empty? !empty? end
facets
# File lib/gemmy/patches/array_patch.rb, line 171 def not_empty? !empty? end