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.
1 parent d462fb5 commit fb886adCopy full SHA for fb886ad
activesupport/lib/active_support/proxy_object.rb
@@ -3,8 +3,8 @@
3
module ActiveSupport
4
# = Active Support Proxy \Object
5
#
6
- # A class with no predefined methods that behaves similarly to Builder's
7
- # BlankSlate. Used for proxy classes.
+ # A class with no predefined methods that behaves similarly to Ruby's
+ # BasicObject. Used for proxy classes.
8
class ProxyObject < ::BasicObject
9
undef_method :==
10
undef_method :equal?
0 commit comments