method
stubbing
v5.1.7 -
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 36
def stubbing(object, method_name)
@stubs[object.object_id][method_name]
end