mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
7 lines
58 B
Ruby
7 lines
58 B
Ruby
|
puts $0
|
||
|
puts __FILE__
|
||
|
|
||
|
if $0 == __FILE__
|
||
|
print "OK"
|
||
|
end
|