# File lib/treetop/compiler/ruby_builder.rb, line 90
      def in(depth = 2)
        @level += depth
        self
      end