Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/common_core_parser.rb
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
27 28 29 |
# File 'lib/common_core_parser.rb', line 27 def blank? respond_to?(:empty?) ? empty? : !self end |