Actions
Bug #952
closedrb_obj_not_match documentation is buggy
Description
=begin
The documentation for Object#!~ is currently incorrect and grammatically wrong, it says:
/*
- call-seq:
-
obj !~ other => nil
- Returns true if two objects does not match, using =~ method.
*/
It should be replaced with something like this:
/*
- call-seq:
-
obj !~ other => true or false
- Returns true if two objects do not match (using the =~
- method), otherwise false.
*/
Patch attached.
=end
Files
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Status changed from Open to Closed
=begin
applied in r21493.
=end
Actions
Like0
Like0