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