Class: Fixnum
- Inherits:
-
Integer
- Object
- Integer
- Fixnum
- Defined in:
- doclib/msgpack/core_ext.rb
Instance Method Summary collapse
-
#to_msgpack(packer = nil) ⇒ String
Same as MessagePack.to_msgpack(self[, packer]).
Instance Method Details
#to_msgpack(packer = nil) ⇒ String
Same as MessagePack.to_msgpack(self[, packer]).
38 39 |
# File 'doclib/msgpack/core_ext.rb', line 38 def to_msgpack(packer=nil) end |