Class: Numeric
Overview
reopening Numeric class
Instance Method Summary collapse
-
#blank? ⇒ false
No numeric value is blank:.
Instance Method Details
#blank? ⇒ false
No numeric value is blank:
141 142 143 |
# File 'lib/core_ext/blank.rb', line 141 def blank? false end |