Class: PomPomPom::Resolver::NullLogger
- Inherits:
-
Object
- Object
- PomPomPom::Resolver::NullLogger
- Defined in:
- lib/pompompom/resolver.rb
Instance Method Summary collapse
Instance Method Details
#debug(msg) ⇒ Object
88 |
# File 'lib/pompompom/resolver.rb', line 88 def debug(msg); end |
#info(msg) ⇒ Object
89 |
# File 'lib/pompompom/resolver.rb', line 89 def info(msg); end |
#warn(msg) ⇒ Object
90 |
# File 'lib/pompompom/resolver.rb', line 90 def warn(msg); end |