Class: HeapProfiler::Diff::DumpSubset
- Inherits:
-
Object
- Object
- HeapProfiler::Diff::DumpSubset
- Defined in:
- lib/heap_profiler/diff.rb
Instance Method Summary collapse
- #each_object(&block) ⇒ Object
-
#initialize(path, generation) ⇒ DumpSubset
constructor
A new instance of DumpSubset.
Constructor Details
#initialize(path, generation) ⇒ DumpSubset
Returns a new instance of DumpSubset.
6 7 8 9 |
# File 'lib/heap_profiler/diff.rb', line 6 def initialize(path, generation) @path = path @generation = generation end |