From 4d0fa73cec4437d0246100196ce3e1c05add3de1 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Tue, 28 Feb 2012 14:05:29 -0800 Subject: [PATCH] Compatibility with latest pry/coderay --- irb/pryrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irb/pryrc b/irb/pryrc index b24329e..dbfcdf4 100644 --- a/irb/pryrc +++ b/irb/pryrc @@ -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