# File lib/pry/default_commands/ls.rb, line 266 def color(type, str) text.send(Pry.config.ls.send("#{type}_color""#{type}_color"), str) end