Struct.new(:thread_id, :backtrace, :role)
# File lib/celluloid/stack_dump.rb, line 62 def dump string = "" string << "Thread 0x#{thread_id.to_s(16)} (#{role}):\n" display_backtrace backtrace, string string end
[Validate]
Generated with the Darkfish Rdoc Generator 2.