diff options
author | yui-knk <spiketeika@gmail.com> | 2013-12-24 23:12:43 +0900 |
---|---|---|
committer | yui-knk <spiketeika@gmail.com> | 2013-12-24 23:12:43 +0900 |
commit | 107c7bcb72103b752e03764d476bf499a58fbebe (patch) | |
tree | 2b83e713b1638f6e9de161940c88357fb76f4e7e /lib/pry/pry_class.rb | |
parent | 5ed220b467b31ded3532688643c7521a3c7fe999 (diff) | |
download | pry-107c7bcb72103b752e03764d476bf499a58fbebe.tar.gz |
change private_method_color and protected_method_color in config.ls to match 'ls --help'.
Diffstat (limited to 'lib/pry/pry_class.rb')
-rw-r--r-- | lib/pry/pry_class.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pry/pry_class.rb b/lib/pry/pry_class.rb index 303a5a5e..d5099722 100644 --- a/lib/pry/pry_class.rb +++ b/lib/pry/pry_class.rb @@ -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, |