ruby-changes:9185
From: matz <ko1@a...>
Date: Sat, 13 Dec 2008 17:07:54 +0900 (JST)
Subject: [ruby-changes:9185] Ruby:r20722 (trunk): * string.c (sym_equal): remove documentation error "Otherwise,
matz 2008-12-13 17:07:40 +0900 (Sat, 13 Dec 2008) New Revision: 20722 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=20722 Log: * string.c (sym_equal): remove documentation error "Otherwise, compares them as strings". [ruby-dev:37398] Modified files: trunk/ChangeLog trunk/string.c Index: ChangeLog =================================================================== --- ChangeLog (revision 20721) +++ ChangeLog (revision 20722) @@ -9,6 +9,11 @@ * ruby.c (process_options): fixed default_internal is nil. (closes #862) +Sat Dec 13 15:52:27 2008 Yukihiro Matsumoto <matz@r...> + + * string.c (sym_equal): remove documentation error "Otherwise, + compares them as strings". [ruby-dev:37398] + Sat Dec 13 14:24:38 2008 Yuki Sonoda (Yugui) <yugui@y...> * test/ruby/enc/test_utf16.rb: feature changed in r20626. Index: string.c =================================================================== --- string.c (revision 20721) +++ string.c (revision 20722) @@ -6815,8 +6815,7 @@ * sym == obj => true or false * * Equality---If <i>sym</i> and <i>obj</i> are exactly the same - * symbol, returns <code>true</code>. Otherwise, compares them - * as strings. + * symbol, returns <code>true</code>. */ static VALUE -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/