module MessagePack::Inspect
Constants
- FORMATS
- VERSION
Public Class Methods
inspect(io, format)
click to toggle source
# File lib/msgpack/inspect.rb, line 10 def self.inspect(io, format) MessagePack::Inspect::Inspector.new(io, format).inspect end