Method: Numeric#present?

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

#present?Boolean

Returns:

  • (Boolean)


181
182
183
# File 'activesupport/lib/active_support/core_ext/object/blank.rb', line 181

def present?
  true
end