# File lib/treetop/compiler/ruby_builder.rb, line 80 def loop(&block) self << 'loop do' indented(&block) self << 'end' end