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