Actions
Bug #8094
closed
Docs bug for Proc#arity
Bug #8094:
Docs bug for Proc#arity
Description
The docs for Proc#arity in proc.c claim that
proc { |x=0, y| }.arity # => 0
the result is really "1".
Updated by zzak (zzak _) over 12 years ago
- Status changed from Open to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r39758.
Jack, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- proc.c: Typo in Proc.arity found by Jack Nagel [Bug #8094]
Actions