Download: Ruby-0.07.tar.gz
Dependencies
Annotate this POD
Ruby::Run - Run Ruby script
use Ruby::Run; # write Ruby code def add(x, y) x + y end p add(1, 2) # => 3
Ruby.