Class: TrueClass
Overview
class NilClass
Instance Method Summary collapse
-
#blank? ⇒ Boolean
True is not blank.
Instance Method Details
#blank? ⇒ Boolean
True is not blank.
25 26 27 |
# File 'lib/couchrest/support/blank.rb', line 25 def blank? false end |