Page MenuHomeGRNET

incremental.rb
No OneTemporary

File Metadata

Created
Thu, Apr 24, 12:45 PM

incremental.rb

module Strategies
module Incremental
module_function
# Generate a new incremental serial for the zone.
#
# Returns the new serial.
def generate_serial(current_serial)
current_serial + 1
end
end
end

Event Timeline