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