There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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.