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:
parent
613722447a
commit
f2ca374918
2 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,7 @@ color: {
|
|||
class: :yellow,
|
||||
date: :greenish,
|
||||
falseclass: :red,
|
||||
fixnum: :blue,
|
||||
integer: :blue,
|
||||
float: :blue,
|
||||
hash: :pale,
|
||||
keyword: :cyan,
|
||||
|
|
|
@ -31,6 +31,7 @@ module AwesomePrint
|
|||
date: :greenish,
|
||||
falseclass: :red,
|
||||
fixnum: :blue,
|
||||
integer: :blue,
|
||||
float: :blue,
|
||||
hash: :pale,
|
||||
keyword: :cyan,
|
||||
|
|
Loading…
Reference in a new issue