Question: The RSpec documentation shows how to mock a class method. How can I replace an instance method instead. Here is a code example using rspec-mocks to make this more concrete: This gives “Foo does not implement: foo”. Granted, this ...