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