method
method_missing
v4.0.2 -
Show latest stable
- Class:
ActiveSupport::Testing::ProxyTestResult
method_missing(name, *args)public
No documentation available.
# File activesupport/lib/active_support/testing/isolation.rb, line 40
def method_missing(name, *args)
@calls << [name, args]
end