# File lib/pry/helpers/text.rb, line 99
        def indent(text, chars)
          text.lines.map { |l| "#{' ' * chars}#{l}" }.join
        end