class RSpec::Mocks::Constant

def mutated?

Returns:
  • (Boolean) - Whether or not rspec-mocks has mutated
def mutated?
  @stubbed || @hidden
end