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

Uncolour the headings for ls

This commit is contained in:
Conrad Irwin 2011-10-16 18:11:32 -07:00
parent 31a171628a
commit e42d0aba09

View file

@ -209,7 +209,7 @@ class Pry
config.memory_size = 100
config.ls ||= OpenStruct.new({
:heading_color => :grey,
:heading_color => :default,
:public_method_color => :default,
:private_method_color => :green,