class Time

Public Instance Methods

to_msgpack(*args) click to toggle source
# File lib/miu/nodes/sana/core_ext.rb, line 2
def to_msgpack(*args)
  to_i.to_msgpack(*args)
end