# File lib/pry/helpers/text.rb, line 44
        def bold(text)
          "\e[1m#{text}\e[0m"
        end