Skip to content

Commit

Permalink
Remove reference to BlankSlate
Browse files Browse the repository at this point in the history
This has actually been removed from the builder gem in rails/builder#15
Additionally, `BasicObject` will be more familiar to users.
  • Loading branch information
Earlopain committed Apr 22, 2024
1 parent d462fb5 commit fb886ad
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 fb886ad

Please sign in to comment.