Class: NilClass
- Inherits:
-
Object
- Object
- NilClass
- Defined in:
- lib/eric_tools/nil_class.rb
Instance Method Summary collapse
- #to_debug ⇒ Object
- #to_logger ⇒ Object (also: #to_info)
Instance Method Details
#to_debug ⇒ Object
6 7 8 |
# File 'lib/eric_tools/nil_class.rb', line 6 def to_debug 'nil'.to_debug end |
#to_logger ⇒ Object Also known as: to_info
2 3 4 |
# File 'lib/eric_tools/nil_class.rb', line 2 def to_logger 'nil'.to_logger end |