class Treetop::Compiler::RubyBuilder

def in(depth = 2)

def in(depth = 2)
  @level += depth
  self
end