Determine O/S from rails?

Is there a simple way to determine the OS rails is currently running under. I have an application which runs under both Windows and Rails. The code needs to access a different file depending on which OS is currently running.

Thanks in advance, Don Mc

http://wiki.ruby-portal.de/Plattform_bestimmen

-Thomas

Thanks!

Don Mc