# File lib/treetop/compiler/ruby_builder.rb, line 69
      def if_(condition, &block)
        if__(condition, &block)
        self << 'end'
      end