Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/sapoci/core_ext/blank.rb,
lib/sapoci/core_ext/try.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
3 4 5 |
# File 'lib/sapoci/core_ext/blank.rb', line 3 def blank? respond_to?(:empty?) ? empty? : !self end |