diff --git a/irb/pryrc b/irb/pryrc index 8bc42b3..1aea62a 100644 --- a/irb/pryrc +++ b/irb/pryrc @@ -102,12 +102,12 @@ else end module CodeRay - module Encoders - class Terminal < Encoder - # override old colors - TERM_TOKEN_COLORS.each_pair do |key, value| - TOKEN_COLORS[key] = value - end - end + module Encoders + class Terminal < Encoder + # override old colors + TERM_TOKEN_COLORS.each_pair do |key, value| + TOKEN_COLORS[key] = value + end end + end end