Class: Numeric
Overview
Used to override and give Number the blank? validation similar to Rails
Instance Method Summary collapse
-
#blank? ⇒ Boolean
Used to determine if the object is blank? || empty?.
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
39 40 41 |
# File 'lib/sailpoint/core_ext/blank.rb', line 39 def blank? false end |