From: Austin Ziegler Date: 2007-03-03T06:30:13+09:00 Subject: Re: fxri On 3/2/07, zeeman11@gmail.com wrote: > Hi, > > I'm using fxri and I have required a ruby file as follows: > > require "c:\myWork\motor.rb" 1. You don't generally want to use Windows-style paths at all. 2. You don't generally want to use absolute paths at all. 3. You don't generally want to use the .rb extension with #require. > My question is, how do I reload this file when I make changes? 3. You want to #load the file, not #require the file. You MUST use the .rb extension with #load. -austin -- Austin Ziegler * halostatue@gmail.com * http://www.halostatue.ca/ * austin@halostatue.ca * http://www.halostatue.ca/feed/ * austin@zieglers.ca