Class: Celluloid::Internals::Stack::Summary

Inherits:
Celluloid::Internals::Stack show all
Defined in:
lib/celluloid/internals/stack/summary.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) ⇒ Summary

Returns a new instance of Summary.



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

def initialize(threads)
  super(threads)
  snapshot
end