update.rb

This commit is contained in:
gitlabhq 2011-10-17 18:45:31 +03:00
parent d03f2687c5
commit 8a8e77d54f
2 changed files with 27 additions and 5 deletions

View file

@ -11,6 +11,10 @@ module Color
colorize(text, "32m")
end
def yellow(text)
colorize(text, "93m")
end
def command(string)
`#{string}`
if $?.to_i > 0