class Class

@see BasicObject
`expect_any_instance_of(klass)‘.
`allow_any_instance_of(klass)` or mock any instance using
which allows you to stub any instance of a class using
We generally recommend you use the newer `:expect` syntax instead,
The legacy `:should` syntax adds the `any_instance` to `Class`.