Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 256 Bytes

README.markdown

File metadata and controls

10 lines (7 loc) · 256 Bytes

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