From: Jim Crossley Date: 2005-02-27T01:30:00+09:00 Subject: File resource location? I have a Java application that I wish to port to Ruby. One of its features is to convert a string of digits to a raw audio stream of DTMF tones. So the Java jar file includes raw audio files for each digit. These are loaded as resources from the classpath. What's the *right* way to do that in Ruby? Where do people typically package resources for their applications? Thanks, Jim