[ruby-trunk - Bug #7571][Open] RDoc documentation bug in Regexp#===

Issue #7571 has been reported by sawa (Tsuyoshi Sawada).


Bug #7571: RDoc documentation bug in Regexp#===

Author: sawa (Tsuyoshi Sawada)
Status: Open
Priority: Normal
Assignee:
Category:
Target version:
ruby -v: 1.9.3

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`.

Issue #7571 has been updated by usa (Usaku NAKAMURA).

Category set to DOC
Status changed from Open to Assigned
Assignee set to zzak (Zachary S.)
Target version set to 2.0.0


Bug #7571: RDoc documentation bug in Regexp#===

Author: sawa (Tsuyoshi Sawada)
Status: Assigned
Priority: Normal
Assignee: zzak (Zachary S.)
Category: DOC
Target version: 2.0.0
ruby -v: 1.9.3

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`.