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