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