From 6cc110569d7254f02bdc66b4fba6584b4d84a1ba Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 16 Dec 2008 10:25:50 +0000 Subject: merges r20722 from trunk into ruby_1_9_1. * string.c (sym_equal): remove documentation error "Otherwise, compares them as strings". [ruby-dev:37398] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ string.c | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 01073c719..f36e7dc3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 13 15:52:27 2008 Yukihiro Matsumoto + + * string.c (sym_equal): remove documentation error "Otherwise, + compares them as strings". [ruby-dev:37398] + Sat Dec 13 15:55:37 2008 TAKAO Kouji * ruby.c (process_options): fixed default_internal is nil. diff --git a/string.c b/string.c index a48dd69c4..db5b422b6 100644 --- a/string.c +++ b/string.c @@ -6815,8 +6815,7 @@ rb_str_is_ascii_only_p(VALUE str) * sym == obj => true or false * * Equality---If sym and obj are exactly the same - * symbol, returns true. Otherwise, compares them - * as strings. + * symbol, returns true. */ static VALUE -- cgit