RubyPython is a bridge between the Ruby and Python interpreters.
RubyPython is a bridge between the Ruby and Python interpreters. It embeds a running Python interpreter in the Ruby application’s process using FFI and provides a means for wrapping, converting, and calling Python objects and methods.
According to the project's README it is no longer being maintained as of January 2015.