mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
53e0672c4e
rename endblockwarn.rb to endblockwarn_rb to avoid unnecessary warning in make test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12 lines
73 B
Text
12 lines
73 B
Text
def end1
|
|
END {}
|
|
end
|
|
|
|
end1
|
|
|
|
eval <<EOE
|
|
def end2
|
|
END {}
|
|
end
|
|
EOE
|
|
|