# File lib/treetop/compiler/ruby_builder.rb, line 74 def else_(&block) self << 'else' indented(&block) self << 'end' end