class Object
Public Instance Methods
blank?()
click to toggle source
# File lib/bright/helpers/blank_helper.rb, line 14 def blank? respond_to?(:empty?) ? empty? : !self end
# File lib/bright/helpers/blank_helper.rb, line 14 def blank? respond_to?(:empty?) ? empty? : !self end