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