Can Ruby build an executable file?

I was just wondering if Ruby could compile and/or
build an executable file from the script file. I’ve
read that RubyVM could compile. Does anyone know?

Thanks,

Jason

···

Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine’s Day
http://shopping.yahoo.com

Jason Vuong wrote:

I was just wondering if Ruby could compile and/or
build an executable file from the script file. I’ve
read that RubyVM could compile. Does anyone know?

Thanks,

Jason


Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine’s Day
http://shopping.yahoo.com

See exerb on the RAA (MS Windows only)

Nothing for *nix (yet) that I know of

Regards,

Dan

···


a = [74, 117, 115, 116, 32, 65, 110, 111, 116, 104, 101, 114, 32, 82]
a.push(117,98, 121, 32, 72, 97, 99, 107, 101, 114)
puts a.pack(“C*”)

Jason Vuong wrote:

I was just wondering if Ruby could compile and/or
build an executable file from the script file. I’ve
read that RubyVM could compile. Does anyone know?

See: