# File lib/pry/helpers/text.rb, line 45
        def bold text
          Pry.color ? "\e[1m#{text}\e[0m" : text.to_s
        end