awesome-print/awesome_print

Setting defaults has no effect

AndrewRayCode opened this issue · 1 comments

 $ cat ~/.aprc
AwesomePrint.defaults = {
    color: {
        bigdecimal: :white,
        integer:    :white,
        float:      :white,
        rational:   :white
    }
}

But in a new pry:

screen shot 2017-09-14 at 11 08 55 am

Top of ~/.pryrc:

require 'awesome_print'
AwesomePrint.pry!

Same with irb. I also tried setting the defaults in my .irbrc, when I print the defaults from within irb, I see the hash I actually configured, however, colors are ignored anyway.