This commit is contained in:
Marcus Stollsteimer 2020-12-26 22:49:23 +01:00
Родитель 3fc53de5c9
Коммит 114840b0fe
1 изменённых файлов: 1 добавлений и 1 удалений

2
proc.c
Просмотреть файл

@ -1277,7 +1277,7 @@ rb_proc_get_iseq(VALUE self, int *is_proc)
* prc == other -> true or false
* prc.eql?(other) -> true or false
*
* Two proc are the same if, and only if, they were created from the same code block.
* Two procs are the same if, and only if, they were created from the same code block.
*
* def return_block(&block)
* block