I\'ve one file, main.rb with the following content:
require \"tokenizer.rb\"
The tokenizer.rb file is in the same directory and it
you need to give the path. Atleast you should give the path from the current directory. It will work for sure. ./filename