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