Method: ActiveSupport::Deprecation::DeprecatedConstantProxy#method_missing
- Defined in:
- activesupport/lib/active_support/deprecation/proxy_wrappers.rb
#method_missing ⇒ Object (private)
183 184 185 186 |
# File 'activesupport/lib/active_support/deprecation/proxy_wrappers.rb', line 183 def method_missing(...) @deprecator.warn(, caller_locations) target.__send__(...) end |