Class: Object

Inherits:
BasicObject
Defined in:
lib/strongspace/helpers.rb

Instance Method Summary collapse

Instance Method Details

#blank?Boolean

Returns:

  • (Boolean)


287
288
289
# File 'lib/strongspace/helpers.rb', line 287

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