Class: Time
- Inherits:
-
Object
- Object
- Time
- Defined in:
- lib/miu/nodes/sana/core_ext.rb
Instance Method Summary collapse
Instance Method Details
#to_msgpack(*args) ⇒ Object
2 3 4 |
# File 'lib/miu/nodes/sana/core_ext.rb', line 2 def to_msgpack(*args) to_i.to_msgpack(*args) end |