# File lib/treetop/compiler/ruby_builder.rb, line 22 def indented(depth = 2) self.in(depth) yield self.out(depth) end