зеркало из https://github.com/github/ruby.git
Prefer block_given? to iterator?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
e804fcb42c
Коммит
8990779d36
|
@ -21,7 +21,7 @@ module IRB
|
|||
class << self
|
||||
alias_method :exit, ExtendCommand.irb_original_method_name('exit')
|
||||
end
|
||||
if iterator?
|
||||
if block_given?
|
||||
begin
|
||||
yield
|
||||
ensure
|
||||
|
|
Загрузка…
Ссылка в новой задаче