ruby--ruby/spec/ruby/language/fixtures/dollar_zero.rb

7 lines
58 B
Ruby

puts $0
puts __FILE__
if $0 == __FILE__
print "OK"
end