Class: TrueClass
Instance Method Summary collapse
-
#blank? ⇒ Boolean
trueis not blank.
Instance Method Details
#blank? ⇒ Boolean
true is not blank
35 36 37 |
# File 'lib/dirwatch/extensions/blank.rb', line 35 def blank? false end |