Pick up change to plain ol' Ruby file?

I have a .rb file without any controllers, models, etc. in it - in dev
mode
my instance picks up new changes to foo_controller.rb, but it doesn’t
pick
up changes to my util.rb file. Is there a way to convince Rails to do
so?


Chris
http://improvingenterprises.com
http://clabs.org

Chris,

It should pick it up from the lib folder. Although, it seems some older
versions of rails did not.

Anthony