Registry / utility / ruby2ruby

ruby2ruby

JSON →
library2.6.1rbrubygemsunverified

Generates pure Ruby code from RubyParser-compatible S-expressions, enabling dynamic language processors.

gem install ruby2ruby
INSTALL
IMPORT
SIG · RUBY2RUBY
R
ruby2ruby
utilityrubyv2.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ruby2Ruby
require 'ruby2ruby'

Parse Ruby code into an S-expression and convert it back to Ruby source.

require 'ruby2ruby' require 'ruby_parser' sexp = RubyParser.new.parse('1 + 2') code = Ruby2Ruby.new.process(sexp) puts code
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.6.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
ruby2ruby — gem install ruby2ruby · libregistry