module RubyTest def RubyTest.prof_init(version, status) $stderr.puts "From Ruby: " + version + " " + status end end