Added pryrc and awesome_print configuration, updated README
This commit is contained in:
24
irb/aprc
Normal file
24
irb/aprc
Normal file
@@ -0,0 +1,24 @@
|
||||
AwesomePrint.defaults = {
|
||||
:indent => 2,
|
||||
:sort_keys => true,
|
||||
:color => {
|
||||
:args => :greenish,
|
||||
:array => :pale,
|
||||
:bigdecimal => :blue,
|
||||
:class => :yellow,
|
||||
:date => :greenish,
|
||||
:falseclass => :red,
|
||||
:fixnum => :blue,
|
||||
:float => :blue,
|
||||
:hash => :pale,
|
||||
:keyword => :cyan,
|
||||
:method => :purpleish,
|
||||
:nilclass => :red,
|
||||
:string => :yellowish,
|
||||
:struct => :pale,
|
||||
:symbol => :cyanish,
|
||||
:time => :greenish,
|
||||
:trueclass => :green,
|
||||
:variable => :cyanish
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user