janfri / ripper2ruby

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

Home Page:http://www.artweb-design.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

http://www.artweb-design.de

License:MIT License


Languages

Language:Ruby 100.0%