class Treetop::Compiler::RubyBuilder

def out(depth = 2)

def out(depth = 2)
  @level -= depth
  self
end