mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Add hash syntax option to README
This commit is contained in:
parent
b15046845d
commit
d1fe8d0de8
1 changed files with 9 additions and 8 deletions
|
@ -41,6 +41,7 @@ Default options:
|
|||
:raw => false, # Do not recursively format object instance variables.
|
||||
:sort_keys => false, # Do not sort hash keys.
|
||||
:limit => false, # Limit large output for arrays and hashes. Set to a boolean or integer.
|
||||
:new_hash_syntax => false, # Use the JSON like syntax { foo: 'bar' }, when the key is a symbol
|
||||
:color => {
|
||||
:args => :pale,
|
||||
:array => :white,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue