# File lib/pry/commands/toggle_color.rb, line 14
    def process
      _pry_.color = color_toggle
      output.puts "Syntax highlighting #{_pry_.color ? "on" : "off"}"
    end