Class: StackifyRubyAPM::Normalizers::Collection::SkipNormalizer Private
- Inherits:
-
Object
- Object
- StackifyRubyAPM::Normalizers::Collection::SkipNormalizer
- Defined in:
- lib/stackify_apm/normalizers.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
-
#initialize ⇒ SkipNormalizer
constructor
private
A new instance of SkipNormalizer.
- #normalize(*_args) ⇒ Object private
Constructor Details
#initialize ⇒ SkipNormalizer
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of SkipNormalizer.
37 |
# File 'lib/stackify_apm/normalizers.rb', line 37 def initialize; end |
Instance Method Details
#normalize(*_args) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
39 40 41 |
# File 'lib/stackify_apm/normalizers.rb', line 39 def normalize(*_args) :skip end |