ruby--ruby/test/ruby/endblockwarn_rb

13 lines
73 B
Plaintext

def end1
END {}
end
end1
eval <<EOE
def end2
END {}
end
EOE