git.r.bdr.sh
/
rbdr
/
cologne
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
f0f300d
)
info method.
author
kazuyoshi tlacaelel
<redacted>
Tue, 3 Apr 2012 19:02:42 +0000
(14:02 -0500)
committer
kazuyoshi tlacaelel
<redacted>
Tue, 3 Apr 2012 19:02:42 +0000
(14:02 -0500)
lib/cobalt.rb
patch
|
blob
|
blame
|
history
diff --git
a/lib/cobalt.rb
b/lib/cobalt.rb
index ce42a5de31f620000c3e42efa732251742742b73..bcd683c020b7c91eb16601e9584ca85945113b73 100644
(file)
--- 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