method
stubbing
v5.2.3 -
Show latest stable
- Class:
ActiveSupport::Testing::SimpleStubs
stubbing(object, method_name)public
No documentation available.
# File activesupport/lib/active_support/testing/time_helpers.rb, line 39
def stubbing(object, method_name)
@stubs[object.object_id][method_name]
end