The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Ruby::Run - Run Ruby script

SYNOPSIS

        use Ruby::Run;

        # write Ruby code

        def add(x, y)
                x + y
        end

        p add(1, 2) # => 3

SEE ALSO

Ruby.