From: Gordon Thiesfeld Date: 2007-08-22T05:40:00+09:00 Subject: Re: ZenTest autotest problem on Windows XP On Aug 21, 3:36 pm, Gordon Thiesfeld wrote: > > Any chance I can fix that myself ? > > Try this in your .autotest file > > Autotest.send(:alias_method, :real_ruby, :ruby) > Autotest.send(:define_method, :ruby) do |*args| > return %[call "#{real_ruby}"] > end Sorry, I hit send before I was done. Just wrapping the ruby method in quotes alone didn't work for me, but putting call in front of it seems to work. Hope it helps. Gordon