module Airbrake::Grouppable

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.

@since v4.9.0 @api private

Public Instance Methods

groups() click to toggle source
# File lib/airbrake-ruby/grouppable.rb, line 8
def groups
  {}
end