Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/svenfuchs/ripper2ruby

Similar to ruby2ruby this library allows to parse Ruby code, modify and recompile it back to Ruby.
https://github.com/svenfuchs/ripper2ruby

Last synced: 2 months ago
JSON representation

Similar to ruby2ruby this library allows to parse Ruby code, modify and recompile it back to Ruby.

Awesome Lists containing this project

README

        

Ripper2Ruby
===========

Similar to ruby2ruby this library allows to parse Ruby code, modify and
recompile it back to Ruby.

Differences:

* uses Ripper for parsing (shipped with Ruby 1.9)
* produces a full object-oriented representation of the Ruby code