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