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