Skip to content

Commit

Permalink
Merge pull request rails#51632 from Earlopain/remove-blankslate-refer…
Browse files Browse the repository at this point in the history
…ence

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]
  • Loading branch information
carlosantoniodasilva committed Apr 22, 2024
2 parents d462fb5 + fb886ad commit cc9d0b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activesupport/lib/active_support/proxy_object.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module ActiveSupport
# = Active Support Proxy \Object
#
# A class with no predefined methods that behaves similarly to Builder's
# BlankSlate. Used for proxy classes.
# A class with no predefined methods that behaves similarly to Ruby's
# BasicObject. Used for proxy classes.
class ProxyObject < ::BasicObject
undef_method :==
undef_method :equal?
Expand Down

0 comments on commit cc9d0b9

Please sign in to comment.