Class: Stackprofiler::Filter::GemRemoval
- Inherits:
-
Object
- Object
- Stackprofiler::Filter::GemRemoval
- Includes:
- RemoveFramesHelper
- Defined in:
- lib/stackprofiler/filters/gem_removal.rb
Instance Method Summary collapse
- #filter(root, run) ⇒ Object
-
#initialize(options = {}) ⇒ GemRemoval
constructor
A new instance of GemRemoval.
Methods included from RemoveFramesHelper
Constructor Details
#initialize(options = {}) ⇒ GemRemoval
Returns a new instance of GemRemoval.
6 7 |
# File 'lib/stackprofiler/filters/gem_removal.rb', line 6 def initialize(={}) end |