ruby_parser is a ruby parser written in pure ruby. It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem.
476
stars
100
forks
source link
Should treat double-splat arguments to blocks as lvars #276
Closed
mvz closed 5 years ago
I would expect
s(:lvar, :bar)
in the second case.