windows:Kernel#__dir__ returns the real name of the directory containing the currently-executing file
windows:Kernel#__dir__ when used in eval with top level binding returns the real name of the directory containing the currently-executing file
fails:Kernel#__dir__ when used in eval with a given filename returns File.dirname(filename)
