Flowdock
method

stubbing

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: SimpleStubs
stubbing(object, method_name) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/testing/time_helpers.rb, line 36
      def stubbing(object, method_name)
        @stubs[object.object_id][method_name]
      end
Register or log in to add new notes.