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