class method
self.proxy_class
Ruby on Rails 7.2.3
Since v2.2.3Signature
self.proxy_class()
Returns the current proxy class.
Source
# File activesupport/lib/active_support/multibyte.rb, line 19
def self.proxy_class
@proxy_class ||= ActiveSupport::Multibyte::Chars
end
Defined in activesupport/lib/active_support/multibyte.rb line 19
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Multibyte