On May 2, 3:29 pm, "Justin Grammens" <
jus...@localtone.com> wrote:
> Hi,
> Have you tried call load for the file you wish to use instead of require? I
> think the issue is that in Ruby 'require' only loads the files once, while
> 'load' will continue to evaluate the file each time it's read.
> Justin
>