mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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/trunk@41861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1e2a6a20e5
commit
78db35897d
1 changed files with 1 additions and 0 deletions
1
string.c
1
string.c
|
@ -2312,6 +2312,7 @@ str_eql(const VALUE str1, const VALUE str2)
|
||||||
return Qtrue;
|
return Qtrue;
|
||||||
return Qfalse;
|
return Qfalse;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* str == obj -> true or false
|
* str == obj -> true or false
|
||||||
|
|
Loading…
Add table
Reference in a new issue