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