Method: ActiveSupport::Deprecation::DeprecatedConstantProxy#method_missing

Defined in:
activesupport/lib/active_support/deprecation/proxy_wrappers.rb

#method_missingObject (private)



183
184
185
186
# File 'activesupport/lib/active_support/deprecation/proxy_wrappers.rb', line 183

def method_missing(...)
  @deprecator.warn(@message, caller_locations)
  target.__send__(...)
end