class Celluloid::Internals::Stack::Summary

Public Class Methods

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