# File lib/colorator.rb, line 82
def
colorize
(
str
=
""
,
color
)
"\x1b[#{color}m#{str}\x1b[0m"
end