きょう、Githubに PyRuby というプロジェクトを見ました。それの説明にこう書いています:

PyRuby - Some Ruby for your Python!
PyRuby is a simple way to leverage the power of Ruby to make your Python code more readable and beautiful.

Usage
All you have to do is import the ruby module:

import ruby
From now on you should be …