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