Add limitation example for '(eval)'
This commit is contained in:
parent
499a71f728
commit
f3d299bc7e
1 changed files with 8 additions and 0 deletions
|
@ -113,6 +113,14 @@ Mutant cannot emit mutations for...
|
|||
end
|
||||
```
|
||||
|
||||
* methods defined with eval:
|
||||
|
||||
```ruby
|
||||
class Foo
|
||||
class_eval('def bar; end') # cannot mutate
|
||||
end
|
||||
```
|
||||
|
||||
Mutation-Operators:
|
||||
-------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue