зеркало из https://github.com/github/ruby.git
Fix bad code example in documentation
This commit is contained in:
Родитель
e714907d82
Коммит
6ea3edbdad
|
@ -1473,7 +1473,7 @@ rb_f_loop_size(VALUE self, VALUE args, VALUE eobj)
|
|||
* loop do
|
||||
* print "Input: "
|
||||
* line = gets
|
||||
* break if !line or line =~ /^qQ/
|
||||
* break if !line or line =~ /^q/i
|
||||
* # ...
|
||||
* end
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче