Module: Airbrake::Mergeable Private
- Included in:
- PerformanceBreakdown, Query, Request
- Defined in:
- lib/airbrake-ruby/mergeable.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Mergeable adds the ‘#merge` method, so that we don’t need to define it in all of performance models every time we add a model.
Instance Method Summary collapse
- #merge(_other) ⇒ Object private
Instance Method Details
#merge(_other) ⇒ 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.
8 9 10 |
# File 'lib/airbrake-ruby/mergeable.rb', line 8 def merge(_other) nil end |