class Numeric

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

Public Instance Methods

blank?() click to toggle source

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

Note: If a object is declared a Numerica valye, it shouldn't ever be blank @return [Boolean]

# File lib/sailpoint/core_ext/blank.rb, line 39
def blank?
  false
end