Files
RubyMotion/test/TestUnit/test/ruby/endblockwarn_rb
2012-09-22 21:57:31 +09:00

13 lines
73 B
Plaintext

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