1
0
Fork 0
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:
hsbt 2013-07-09 11:40:27 +00:00
parent 1e2a6a20e5
commit 78db35897d

View file

@ -2312,6 +2312,7 @@ str_eql(const VALUE str1, const VALUE str2)
return Qtrue;
return Qfalse;
}
/*
* call-seq:
* str == obj -> true or false