Compatibility with latest pry/coderay

This commit is contained in:
Yan Pritzker 2012-02-28 14:05:29 -08:00
parent ac7efd9cf1
commit 4d0fa73cec

View File

@ -157,7 +157,7 @@ TERM_TOKEN_COLORS = {
module CodeRay
module Encoders
class Term < Encoder
class Terminal < Encoder
# override old colors
TERM_TOKEN_COLORS.each_pair do |key, value|
TOKEN_COLORS[key] = value