Skip to content

Commit

Permalink
Add black and white color to IRB::Color (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Aug 11, 2023
1 parent 606f18c commit a2763ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/irb/color.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ module Color
BOLD = 1
UNDERLINE = 4
REVERSE = 7
BLACK = 30
RED = 31
GREEN = 32
YELLOW = 33
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 a2763ac

Please sign in to comment.