Module: Airbrake::Grouppable Private
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.
Grouppable adds the ‘#groups` method, so that we don’t need to define it in all of performance models every time we add a model without groups.
Instance Method Summary collapse
- #groups ⇒ Object private
Instance Method Details
#groups ⇒ 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/grouppable.rb', line 8 def groups {} end |