mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 16:38:18 +00:00
8 lines
131 B
Ruby
8 lines
131 B
Ruby
AwesomePrint.defaults = {
|
|
color: {
|
|
integer: :cyan,
|
|
float: :cyan,
|
|
bigdecimal: :cyan,
|
|
rational: :cyan # bleh
|
|
}
|
|
}
|