class Treetop::Compiler::RubyBuilder

def indented(depth = 2)

def indented(depth = 2)
  self.in(depth)
  yield
  self.out(depth)
end