class RSpec::Mocks::AnyInstance::Recorder

def stub!(*)

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