From: kazuyoshi tlacaelel Date: Tue, 3 Apr 2012 19:02:42 +0000 (-0500) Subject: info method. X-Git-Tag: v1.1.0~54 X-Git-Url: https://git.r.bdr.sh/rbdr/cologne/commitdiff_plain/0a29a890f33194afb0055ecf5e81d11582bc1e50?hp=f0f300da66a06b8dbf07c67eb93e234fbb6c4d04 info method. --- diff --git a/lib/cobalt.rb b/lib/cobalt.rb index ce42a5d..bcd683c 100644 --- a/lib/cobalt.rb +++ b/lib/cobalt.rb @@ -43,6 +43,10 @@ module Cobalt log(dump) end + def info(*objects) + notice(*objects) + end + def notice(*objects) color(:cyan) { log(*objects) } end