instance method
inspect
Ruby on Rails 8.0.4
Since v6.0.6Signature
inspect()
Don’t give a deprecation warning on inspect since test/unit and error logs rely on it for diagnostics.
Source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 141
def inspect
target.inspect
end
Defined in activesupport/lib/active_support/deprecation/proxy_wrappers.rb line 141
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Deprecation::DeprecatedConstantProxy