Commit graph

6 commits

Author SHA1 Message Date
Markus Schirp
d6a2195744 Upgrade parser dependency 2018-09-12 13:15:43 +00:00
Markus Schirp
99ab9ff171 Change required Ruby version to >=2.3
* This commit does every 2.3 change required to get the build pass
* None of the changes can be extracted, without changing the build setup
2018-09-12 14:21:24 +00:00
Daniel Gollahon
325e6b6fe0
Add method body -> super mutation
- Mutates method bodies to `super` to catch cases where a method has
  been needlessly re-implemented and the parent class provides the
  equivalent behavior.
- Closes #154
- Closes #673
2018-06-27 10:10:37 -07:00
John Backus
7d10e64c15
Remove remove_method mutation
Ref #108
2016-10-20 20:52:35 -07:00
John Backus
b71c04fade Add kwoptarg mutations 2016-04-05 01:21:04 -07:00
John Backus
609ef40aa6 Add :kwarg and :kwoptarg to meta 2016-04-05 01:15:22 -07:00