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 |
|