Class: Numeric

Inherits:
Object show all
Defined in:
lib/sailpoint/core_ext/blank.rb

Overview

Used to override and give Number the blank? validation similar to Rails

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Used to determine if the object is blank? || empty?

Note: If a object is declared a Numerica valye, it shouldn’t ever be blank

Returns:

  • (Boolean)


39
40
41
# File 'lib/sailpoint/core_ext/blank.rb', line 39

def blank?
  false
end