----------------------------------------------------------- Thread::pass Thread.pass => nil ------------------------------------------------------------------------ Invokes the thread scheduler to pass execution to another thread. a = Thread.new { print "a"