Class: Yell::Logger

Inherits:
Object
  • Object
show all
Defined in:
lib/comfy/extensions/yell.rb

Overview

Monkeypatch for Yell

Instance Method Summary collapse

Instance Method Details

#<<(x) ⇒ Object



5
6
7
# File 'lib/comfy/extensions/yell.rb', line 5

def <<(x)
  info x.strip
end