Skip to content

Commit

Permalink
PryClass: get rid of obsolete comment
Browse files Browse the repository at this point in the history
The "ls" command uses tabular output by default (where possible).
  • Loading branch information
kyrylo committed Mar 12, 2013
1 parent d4faf1e commit 6b11eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/pry/pry_class.rb
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def self.set_config_defaults
:method_missing_color => :bright_red,

:local_var_color => :yellow,
:pry_var_color => :default, # e.g. _, _pry_, _file_
:pry_var_color => :default, # e.g. _, _pry_, _file_

:instance_var_color => :blue, # e.g. @foo
:class_var_color => :bright_blue, # e.g. @@foo
Expand All @@ -354,7 +354,7 @@ def self.set_config_defaults
:exception_constant_color => :magenta, # e.g. Exception, RuntimeError
:unloaded_constant_color => :yellow, # Any constant that is still in .autoload? state

# What should separate items listed by ls? (TODO: we should allow a columnar layout)
# What should separate items listed by ls?
:separator => " ",

# Any methods defined on these classes, or modules included into these classes, will not
Expand Down

0 comments on commit 6b11eda

Please sign in to comment.