class ObjectSpace::AllocationSampler::Frame
Attributes
children[R]
id[R]
name[R]
path[R]
Public Class Methods
new(id, name, path)
click to toggle source
# File lib/allocation_sampler.rb, line 13 def initialize id, name, path @id = id @name = name @path = path end