http://term-ansicolor.rubyforge.org/ I did a successful gem install of term-ansicolor and am trying to use it: include Term::ANSIColor print red, bold, "red bold", reset, "\n" gives me: uninitialized constant Term I tried all kinds of variations, found some code where other people used this and tried all that out. No luck. Is this a problem with my Ruby or gems installation?