class Treetop::Compiler::RubyBuilder

def else_(&block)

def else_(&block)
  self << 'else'
  indented(&block)
  self << 'end'
end