module MessagePack::Inspect::NullStreamer

Public Class Methods

object(io, depth, index) { || ... } click to toggle source
# File lib/msgpack/inspect/streamer.rb, line 24
def self.object(io, depth, index)
  yield
end
objects(io, depth) { || ... } click to toggle source
# File lib/msgpack/inspect/streamer.rb, line 21
def self.objects(io, depth)
  yield
end