Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/tagged_logging/blank_ext.rb
Overview
Copied from ActiveSupport
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
14 15 16 |
# File 'lib/tagged_logging/blank_ext.rb', line 14 def blank? respond_to?(:empty?) ? empty? : !self end |