# File lib/ruby2ruby.rb, line 1010
  def indent(s)
    s.to_s.split(/\n/).map{|line| @indent + line}.join("\n")
  end