Class: Float
- Inherits:
-
Numeric
- Object
- Numeric
- Float
- 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]).
58 59 |
# File 'doclib/msgpack/core_ext.rb', line 58 def to_msgpack(packer=nil) end |