class Treetop::Compiler::RubyBuilder

def loop(&block)

def loop(&block)
  self << 'loop do'
  indented(&block)
  self << 'end'
end