From: Servando Garcia Date: 2006-03-06T00:24:33+09:00 Subject: how to use it: require I have a custom file filled with a word list. How do call it in my main program. I have tried "require wordlist" but ruby can't find the file In C/C++ I would have used Include or for python I would have used "import wordlist" so long as the wordlist was placed in the same directory I am good. So how do I do this using ruby Before I forget I want to thank everyone for their help. I am really liking Ruby and I finally understand how to use symbols Sam Garcia