Method: MessagePack::Timestamp#to_msgpack_ext

Defined in:
lib/msgpack/timestamp.rb

#to_msgpack_extObject



68
69
70
# File 'lib/msgpack/timestamp.rb', line 68

def to_msgpack_ext
  self.class.to_msgpack_ext(sec, nsec)
end