aboutsummaryrefslogtreecommitdiff
path: root/lib/cobalt.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cobalt.rb')
-rw-r--r--lib/cobalt.rb4
1 files changed, 4 insertions, 0 deletions
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