# File lib/phusion_passenger/loader_shared_helpers.rb, line 35
        def init
                Thread.main[:name] = "Main thread"
                # We don't dump PATH info because at this point it's
                # unlikely to be changed.
                dump_ruby_environment
        end