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