ruby--ruby/test/ruby/endblockwarn.rb

13 lines
73 B
Ruby

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