Method: Celluloid::Actor::System#stack_dump

Defined in:
lib/celluloid/actor/system.rb

#stack_dumpObject



66
67
68
# File 'lib/celluloid/actor/system.rb', line 66

def stack_dump
  Internals::Stack::Dump.new(@group)
end