seattlerb / ruby_parser

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.
http://www.zenspider.com/projects/ruby_parser.html
476 stars 100 forks source link

Set line number when creating new dxstr #301

Closed presidentbeef closed 5 years ago

presidentbeef commented 5 years ago

Fixes #300

zenspider commented 5 years ago

Done. Thank you!