Class: TrueClass
Overview
class NilClass
Instance Method Summary collapse
-
#blank? ⇒ Boolean
True is not blank.
Instance Method Details
#blank? ⇒ Boolean
True is not blank.
28 29 30 |
# File 'lib/carrierwave/core_ext/blank.rb', line 28 def blank? false end |