What does this represent : ENV["_"]

Forgot to add: this variable occurs in the following line:

  require File.join(File.dirname(ENV["_"]), '../config/environment.rb')

-> What does that try to do exactly? What file exactly does it try to 'require'?