I\'ve one file, main.rb with the following content:
require \"tokenizer.rb\"
The tokenizer.rb file is in the same directory and it
I just tried and it works with require "./tokenizer". Hope this helps.
require "./tokenizer"