We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ProxyObject
BasicObject
1 parent e6162f5 commit 30abc43Copy full SHA for 30abc43
test/setter_trap.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-class SetterTrap < ActiveSupport::ProxyObject
+class SetterTrap < BasicObject
4
class << self
5
def rollback_sets(obj)
6
trapped = new(obj)
0 commit comments