lib/raven/interfaces.rb in sentry-raven-0.15.3 vs lib/raven/interfaces.rb in sentry-raven-0.15.4
- old
+ new
@@ -1,7 +1,8 @@
module Raven
- INTERFACES = {}
+ # TODO: a constant isn't appropriate here, refactor
+ INTERFACES = {} # rubocop:disable Style/MutableConstant
class Interface
def initialize(attributes = nil)
attributes.each do |attr, value|
public_send "#{attr}=", value