Method: Symbol#present?

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

#present?Boolean

:nodoc:

Returns:

  • (Boolean)


130
131
132
# File 'activesupport/lib/active_support/core_ext/object/blank.rb', line 130

def present? # :nodoc:
  !empty?
end