Class: Object

Inherits:
BasicObject
Defined in:
lib/bright/helpers/blank_helper.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean



14
15
16
# File 'lib/bright/helpers/blank_helper.rb', line 14

def blank?
  respond_to?(:empty?) ? empty? : !self
end