Methods
B
Instance Public methods
blank?()

True is not blank.

# File lib/carrierwave/core_ext/blank.rb, line 28
    def blank?
      false
    end