Module: MessagePack::Inspect
- Defined in:
- lib/msgpack/inspect.rb,
lib/msgpack/inspect/command.rb,
lib/msgpack/inspect/version.rb,
lib/msgpack/inspect/inspector.rb
Defined Under Namespace
Modules: Command Classes: Inspector
Constant Summary collapse
- FORMATS =
MessagePack::Inspect::Inspector::FORMATS
- VERSION =
"0.1.0"
Class Method Summary collapse
-
.inspect(io) ⇒ Object
MessagePack::Inspect.inspect(io).dump(format).
Class Method Details
.inspect(io) ⇒ Object
MessagePack::Inspect.inspect(io).dump(format)
9 10 11 |
# File 'lib/msgpack/inspect.rb', line 9 def self.inspect(io) MessagePack::Inspect::Inspector.new(io) end |