1
0
Fork 0
mirror of https://github.com/awesome-print/awesome_print synced 2023-03-27 23:22:34 -04:00

Fix integers no longer being printed as blue by default

Was missing from #293.
This commit is contained in:
Rafaël Blais Masson 2017-06-19 13:28:29 -04:00
parent 613722447a
commit f2ca374918
2 changed files with 2 additions and 1 deletions

View file

@ -50,7 +50,7 @@ color: {
class: :yellow,
date: :greenish,
falseclass: :red,
fixnum: :blue,
integer: :blue,
float: :blue,
hash: :pale,
keyword: :cyan,

View file

@ -31,6 +31,7 @@ module AwesomePrint
date: :greenish,
falseclass: :red,
fixnum: :blue,
integer: :blue,
float: :blue,
hash: :pale,
keyword: :cyan,