class Celluloid::Internals::Stack::Dump
Public Class Methods
new(threads)
click to toggle source
Calls superclass method
Celluloid::Internals::Stack::new
# File lib/celluloid/internals/stack/dump.rb, line 5 def initialize(threads) super(threads) snapshot(true) end