Class: Celluloid::Internals::Stack::Dump

Inherits:
Celluloid::Internals::Stack show all
Defined in:
lib/celluloid/internals/stack/dump.rb

Instance Attribute Summary

Attributes inherited from Celluloid::Internals::Stack

#actors, #threads

Instance Method Summary collapse

Methods inherited from Celluloid::Internals::Stack

#print, #snapshot, #snapshot_actor, #snapshot_cell, #snapshot_thread

Constructor Details

#initialize(threads) ⇒ Dump

Returns a new instance of Dump.



5
6
7
8
# File 'lib/celluloid/internals/stack/dump.rb', line 5

def initialize(threads)
  super(threads)
  snapshot(true)
end