method

present?

rails latest stable - Class: Numeric

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

present?()
public

No documentation available.

# File activesupport/lib/active_support/core_ext/object/blank.rb, line 181
  def present?
    true
  end