Class: Numeric
Overview
class Object
Instance Method Summary collapse
-
#blank? ⇒ Boolean
Numerics can’t be blank.
Instance Method Details
#blank? ⇒ Boolean
Numerics can’t be blank
11 12 13 |
# File 'lib/couchrest/support/blank.rb', line 11 def blank? false end |