# File lib/pry/helpers/base_helpers.rb, line 58
      def heading(text)
        text = "#{text}\n--"
        "\e[1m#{text}\e[0m"
      end