The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.