Method: RorHack::ArrayHack#any_present?

Defined in:
lib/ror_hack/array_hack.rb

#any_present?Boolean

Returns:

  • (Boolean)


42
43
44
# File 'lib/ror_hack/array_hack.rb', line 42

def any_present?
  self.any?(&:present?)
end