In Java, it uses import to include other classes from other packages. In ruby, I only found that require statement can do this. When the ruby scripts are located in different directories, I have to use the "../../" to indicate these dependency directories. Is there a standard or better way to declares package? Does ruby have something like CLASSPATH in Java? -- Posted via http://www.ruby-forum.com/.