# File lib/bson/types/timestamp.rb, line 50
def
each
i
=
0
while
i
<
2
yield
self
[
i
]
i
+=
1
end
end