class RSpec::Mocks::AndCallOriginalImplementation

def cannot_modify_further_error

def cannot_modify_further_error
  CannotModifyFurtherError.new "This method has already been configured " +
    "to call the original implementation, and cannot be modified further."
end