Skip to content

Commit cc9d0b9

Browse files
Merge pull request rails#51632 from Earlopain/remove-blankslate-reference
Remove reference to builders BlankSlate This has actually been removed from the builder gem in rails/builder#15 (currently unreleased). Additionally, BasicObject will be more familiar to users. [ci skip]
2 parents d462fb5 + fb886ad commit cc9d0b9

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)