Skip to content

Commit fb886ad

Browse files
committed
Remove reference to BlankSlate
This has actually been removed from the builder gem in rails/builder#15 Additionally, `BasicObject` will be more familiar to users.
1 parent d462fb5 commit fb886ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

activesupport/lib/active_support/proxy_object.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
module ActiveSupport
44
# = Active Support Proxy \Object
55
#
6-
# A class with no predefined methods that behaves similarly to Builder's
7-
# BlankSlate. Used for proxy classes.
6+
# A class with no predefined methods that behaves similarly to Ruby's
7+
# BasicObject. Used for proxy classes.
88
class ProxyObject < ::BasicObject
99
undef_method :==
1010
undef_method :equal?

0 commit comments

Comments
 (0)