Module: MessagePack::Inspect::NullStreamer

Defined in:
lib/msgpack/inspect/streamer.rb

Class Method Summary collapse

Class Method Details

.object(io, depth, index) ⇒ Object



24
25
26
# File 'lib/msgpack/inspect/streamer.rb', line 24

def self.object(io, depth, index)
  yield
end

.objects(io, depth) ⇒ Object



21
22
23
# File 'lib/msgpack/inspect/streamer.rb', line 21

def self.objects(io, depth)
  yield
end