class Treetop::Compiler::RubyBuilder

def if__(condition, &block)

def if__(condition, &block)
  self << "if #{condition}"
  indented(&block)
end