Method: ActiveSupport::Deprecation::DeprecatedConstantProxy#inspect
- Defined in:
- activesupport/lib/active_support/deprecation/proxy_wrappers.rb
#inspect ⇒ Object
Don’t give a deprecation warning on inspect since test/unit and error logs rely on it for diagnostics.
141 142 143 |
# File 'activesupport/lib/active_support/deprecation/proxy_wrappers.rb', line 141 def inspect target.inspect end |