# File lib/treetop/compiler/ruby_builder.rb, line 64 def if__(condition, &block) self << "if #{condition}" indented(&block) end