module RSpec::Mocks::Methods

def unstub(sym)

def unstub(sym)
  __mock_proxy.remove_stub(sym)
end