free_mutant/lib/mutant/ast/meta
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
..
optarg.rb Move AST::Meta descendants to their own files 2015-08-19 21:02:18 -04:00
resbody.rb Fix typo for AST::Meta::Resbody 2015-08-20 11:29:09 -07:00
restarg.rb Add restarg arity mutation 2015-09-08 08:03:48 -07:00
send.rb Move AST::Meta descendants to their own files 2015-08-19 21:02:18 -04:00
symbol.rb Add mutation A.const_get(:B) -> A::B 2015-09-01 15:22:37 +00:00