Class: MonkeyPatch::STDERRLogger
- Inherits:
-
Object
- Object
- MonkeyPatch::STDERRLogger
- Defined in:
- lib/monkeypatch.rb
Overview
Default MonkeyPatch::logger . Use the same interface if you want to replace it.
Instance Method Summary collapse
Instance Method Details
#log(msg) ⇒ Object
183 |
# File 'lib/monkeypatch.rb', line 183 def log(msg); STDERR.puts msg end |