class Treetop::Compiler::RubyBuilder

def if_(condition, &block)

def if_(condition, &block)
  if__(condition, &block)
  self << 'end'
end