Disable issues sort. Recent issues on top. Fixed tests

This commit is contained in:
Dmitriy Zaporozhets 2012-07-02 21:51:48 +03:00
parent e00390b377
commit a2eda66b30
12 changed files with 29 additions and 47 deletions

View file

@ -1,4 +1,6 @@
module Color
extend self
def colorize(text, color_code)
"\033[#{color_code}#{text}\033[0m"
end