Actions
Bug #7571
closedRDoc documentation bug in Regexp#===
Description
RDoc documentation for `Regexp#===' says:
Case Equality—Synonym for Regexp#=~ used in case statements.
but it is not a synonym for Regexp#=~' as
Regexp#===' returns true' or
false' and Regexp#=~' return an integer or
nil`.
Updated by usa (Usaku NAKAMURA) almost 12 years ago
- Category set to doc
- Status changed from Open to Assigned
- Assignee set to zzak (zzak _)
- Target version set to 2.0.0
Updated by zzak (zzak _) almost 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r38567.
Tsuyoshi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- re.c (rb_reg_eqq): doc: #=== is not a synonym for #=~, added example
[ruby-dev:46746] [Bug #7571]
Actions
Like0
Like0Like0