require 'soar_thread_worker' class Main def test_sanity end end main = Main.new main.test_sanity