Class: Celluloid::Internals::Stack::Dump
- Inherits:
-
Celluloid::Internals::Stack
- Object
- Celluloid::Internals::Stack
- Celluloid::Internals::Stack::Dump
- Defined in:
- lib/celluloid/internals/stack/dump.rb
Instance Attribute Summary
Attributes inherited from Celluloid::Internals::Stack
Instance Method Summary collapse
-
#initialize(threads) ⇒ Dump
constructor
A new instance of Dump.
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 |