mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 17:14:01 +02:00
merge revision(s) 41861:
Add a missing line for rb_str_equal of string.c by @JuanitoFatas [fixes GH-353] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
58f44c469e
commit
725da5a34c
2 changed files with 2 additions and 1 deletions
1
string.c
1
string.c
|
@ -2338,6 +2338,7 @@ str_eql(const VALUE str1, const VALUE str2)
|
|||
return Qtrue;
|
||||
return Qfalse;
|
||||
}
|
||||
|
||||
/*
|
||||
* call-seq:
|
||||
* str == obj -> true or false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue