Skip to content

Commit

Permalink
Add white color to IRB::Color
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 committed Aug 11, 2023
1 parent 606f18c commit 207e6b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/irb/color.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module Color
BLUE = 34
MAGENTA = 35
CYAN = 36
WHITE = 37

TOKEN_KEYWORDS = {
on_kw: ['nil', 'self', 'true', 'false', '__FILE__', '__LINE__', '__ENCODING__'],
Expand Down

0 comments on commit 207e6b5

Please sign in to comment.