mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
8e564e3ab6
commit
029ad63b0b
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
1
string.c
1
string.c
|
|
@ -2343,6 +2343,7 @@ str_eql(const VALUE str1, const VALUE str2)
|
|||
/*
|
||||
* call-seq:
|
||||
* 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue