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