Method: NilClass#present?

Defined in:
activesupport/lib/active_support/core_ext/object/blank.rb

#present?Boolean

:nodoc:

Returns:

  • (Boolean)


60
61
62
# File 'activesupport/lib/active_support/core_ext/object/blank.rb', line 60

def present? # :nodoc:
  false
end