mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Merge pull request #314 from missive/blue-integers
Fix integers no longer being printed as blue by default
This commit is contained in:
commit
f60f9e82e2
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