Libraries
»
stupidedi
(1.2.15)
»
Index
»
Array
»
#present?
Method: Array#present?
Defined in:
lib/ruby/jruby_hack.rb
#
present?
⇒
Boolean
Returns:
(
Boolean
)
9 10 11
# File 'lib/ruby/jruby_hack.rb', line 9
def
present?
not
empty?
end