__FILE__で参照できる。
class Foo end p __FILE__
d:\tempにtest.rbをおいて実行。
D:\temp>ruby test.rb "test.rb"
File.expand_pathで相対パスを展開しておいたほうが安全