Method: Hardmock.track_replaced_method
- Defined in:
- lib/hardmock/stubbing.rb
.track_replaced_method(replaced_method) ⇒ Object
178 179 180 |
# File 'lib/hardmock/stubbing.rb', line 178 def track_replaced_method(replaced_method) all_replaced_methods << replaced_method end |