ripper2ruby icon indicating copy to clipboard operation
ripper2ruby copied to clipboard

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

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