From: Aleksander Ciesielski Date: 2012-09-20T04:59:37+09:00 Subject: Re: uninitialized constant VoiceSynth (NameError) W dniu 2012-09-19 21:44, Bartosz Dziewo��ski pisze: > Have you tried using require_relative 'vsynth'? require './vsynth' > depends on the directory the script was called from. > > -- Matma Rex > > None of these work. vsync.rb is in the same folder as main.rb I have included other files this way and they work, everything looks perfectly fine. When I call VoiceSynth.instance.say "hello" after the class in vsynth.rb and run only this file, it works. Alex