mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
e613cdd53d
See https://github.com/tric/trick2018 for TRICK 2018. Fixes #14930. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
8 lines
399 B
Ruby
8 lines
399 B
Ruby
alias BEGIN for unless def class
|
|
super true or return defined? next
|
|
break while begin undef do end
|
|
rescue then retry else undef module
|
|
nil ensure case if yield __LINE__
|
|
self and redo elsif not __FILE__
|
|
alias END in end when __ENCODING__
|
|
end until false end
|