module RSpec::Mocks::TestDouble

def __disallow_further_usage!

Other tags:
    Private: -
def __disallow_further_usage!
  @__expired = true
end