# File lib/arel/visitors/bind_visitor.rb, line 9
      def accept node, &block
        @block = block if block_given?
        super
      end