class RSpec::Mocks::AnyInstance::Recorder

def unstub!(*)

Other tags:
    Private: -
def unstub!(*)
  raise "unstub! is not supported on any_instance. Use unstub instead."
end