I have a module in my Rails project under lib. I run \'rails c\' and do some experimenting in the console. I make a change to the module under lib, type \'reload!\' from the c
Try this:
load "#{Rails.root}/lib/yourfile.rb"