# File lib/active_support/callbacks.rb, line 146
      def next_id
        @@_callback_sequence += 1
      end