]> git.r.bdr.sh - rbdr/cologne/commitdiff
info method.
authorkazuyoshi tlacaelel <redacted>
Tue, 3 Apr 2012 19:02:42 +0000 (14:02 -0500)
committerkazuyoshi tlacaelel <redacted>
Tue, 3 Apr 2012 19:02:42 +0000 (14:02 -0500)
lib/cobalt.rb

index ce42a5de31f620000c3e42efa732251742742b73..bcd683c020b7c91eb16601e9584ca85945113b73 100644 (file)
@@ -43,6 +43,10 @@ module Cobalt
       log(dump)
     end
 
+    def info(*objects)
+      notice(*objects)
+    end
+
     def notice(*objects)
       color(:cyan) { log(*objects) }
     end