1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

change private_method_color and protected_method_color in config.ls to match 'ls --help'.

This commit is contained in:
yui-knk 2013-12-24 23:12:43 +09:00
parent 5ed220b467
commit 107c7bcb72

View file

@ -284,8 +284,8 @@ Readline version #{ver} detected - will not auto_resize! correctly.
:heading_color => :bright_blue,
:public_method_color => :default,
:private_method_color => :blue,
:protected_method_color => :blue,
:private_method_color => :green,
:protected_method_color => :yellow,
:method_missing_color => :bright_red,
:local_var_color => :yellow,