# File lib/bson/types/timestamp.rb, line 15
    def initialize(seconds, increment)
      @seconds   = seconds
      @increment = increment
    end