method
method_missing
rails latest stable - Class:
ActiveSupport::Deprecation::DeprecatedInstanceVariableProxy
method_missing(called, *args, &block)private
No documentation available.
# File activesupport/lib/active_support/deprecation.rb, line 166
def method_missing(called, *args, &block)
warn caller, called, args
target.__send__(called, *args, &block)
end