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