зеркало из https://github.com/github/ruby.git
* string.c: Add call-seq alias for String#=== [Bug #8381]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
8e564e3ab6
Коммит
029ad63b0b
|
@ -1,3 +1,7 @@
|
|||
Thu May 9 11:30:02 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* string.c: Add call-seq alias for String#=== [Bug #8381]
|
||||
|
||||
Thu May 9 11:14:18 2013 Zachary Scott <zachary@zacharyscott.net>
|
||||
|
||||
* doc/contributing.rdoc: Add guide for contributing to CRuby
|
||||
|
|
3
string.c
3
string.c
|
@ -2342,7 +2342,8 @@ str_eql(const VALUE str1, const VALUE str2)
|
|||
}
|
||||
/*
|
||||
* call-seq:
|
||||
* str == obj -> true or false
|
||||
* str == obj -> true or false
|
||||
* str === obj -> true or false
|
||||
*
|
||||
* Equality---If <i>obj</i> is not a <code>String</code>, returns
|
||||
* <code>false</code>. Otherwise, returns <code>true</code> if <i>str</i>
|
||||
|
|
Загрузка…
Ссылка в новой задаче