Can't find eruby in windows installation

Hi,

I installed ruby on my XP machine, but I cannot find eruby. Is eruby
available for windows platform?

Thank you,
Alan

On 5/19/06, Alan [email protected] wrote:

I installed ruby on my XP machine, but I cannot find eruby. Is eruby
available for windows platform?

begin
require “eruby”
rescue LoadError
require “erb”
end

IIRC, eruby and erb are the same thing, but the former is implemented in
C.

-austin