mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
13 lines
73 B
Ruby
13 lines
73 B
Ruby
|
def end1
|
||
|
END {}
|
||
|
end
|
||
|
|
||
|
end1
|
||
|
|
||
|
eval <<EOE
|
||
|
def end2
|
||
|
END {}
|
||
|
end
|
||
|
EOE
|
||
|
|