How do you use Rails Framework for classes in /lib

Hi,

I create a library class in the /lib directory. When my Rails app goes to use it, I get an error saying that pluralize is an unknown function. How can I get my library class linked into all of the Rails Framework?

Thanks, Chris