class Honeybadger::Backend::Test
def self.notifications
-
(Hash)- Notifications hash.
def self.notifications @notifications ||= Hash.new {|h,k| h[k] = [] } end
(Hash)
- Notifications hash.
def self.notifications @notifications ||= Hash.new {|h,k| h[k] = [] } end