Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/cockatoo_http_server.rb
Instance Method Summary collapse
Instance Method Details
#blank? ⇒ Boolean
7 8 9 |
# File 'lib/cockatoo_http_server.rb', line 7 def blank? respond_to?(:empty?) ? empty? : !self end |
#present? ⇒ Boolean
11 12 13 |
# File 'lib/cockatoo_http_server.rb', line 11 def present? !blank? end |