Markus Schirp
|
41c41b2a17
|
Fix coverage of Mutant::Mutator namespace
|
2016-03-22 01:01:21 +00:00 |
|
Markus Schirp
|
f0ae1d1990
|
Fix visiblity of NamedChildren methods
|
2016-03-21 21:44:07 +00:00 |
|
Markus Schirp
|
b7fdf846bc
|
Remove redundant @api private YARD docs
|
2015-11-15 23:13:43 +00:00 |
|
John Backus
|
7931a01476
|
Add mutation Date.parse -> other parse methods
- Adds receiver specific selector mutations
- Closes #432
|
2015-10-09 10:58:31 -07:00 |
|
John Backus
|
1ddcac2504
|
Add restarg arity mutation
- Mutates `def foo(*args); end` into `def foo(*args); args = []; end`
- Closes #181
|
2015-09-08 08:03:48 -07:00 |
|
John Backus
|
a8453f01cc
|
Add mutation A.const_get(:B) -> A::B
Closes #422
|
2015-09-01 15:22:37 +00:00 |
|
John Backus
|
cd46758942
|
Fix typo for AST::Meta::Resbody
|
2015-08-20 11:29:09 -07:00 |
|
John Backus
|
15ced2aed0
|
Move AST::Meta descendants to their own files
The AST::Meta was a class or two away from exceeding the rubocop
ClassLength limit so this seems like a necessary reorganization.
|
2015-08-19 21:02:18 -04:00 |
|