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