diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-16 10:25:50 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-16 10:25:50 +0000 |
| commit | 6cc110569d7254f02bdc66b4fba6584b4d84a1ba (patch) | |
| tree | 011bca80253b1c2a7537d19361db17e0c0696440 /string.c | |
| parent | a8f7383a3964a786767f9c546aa173ca5718c107 (diff) | |
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
Diffstat (limited to 'string.c')
| -rw-r--r-- | string.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -6815,8 +6815,7 @@ rb_str_is_ascii_only_p(VALUE str) * 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 |
