Sha256: 8c88a61dc3bf1897b34384507f990ca6875ff358efa763c5109208bcf075994c
Contents?: true
Size: 1.08 KB
Versions: 12
Compression:
Stored size: 1.08 KB
Contents
o:$YARD::CodeObjects::MethodObject:@scope: instance:@visibility:public: @pathI"String#eql?:EF:@parameters[:@files[[I" string.c;T0:@current_file_has_commentsF: @name: eql?:@source_type:c: @tags[:@docstringIC:YARD::Docstring"DTwo strings are equal if they have the same length and content.;F:@objectIu:YARD::StubProxyString#eql?;F: @summary0:@ref_tags[;[o:YARD::Tags::OverloadTag :@tag_nameI" overload;F: @text0;;:@types0:@signatureI"eql?(other);F;IC;";F;Iu;String#eql?;F;0;[;[o:YARD::Tags::Tag ;I"return;F;I";F;0;[I"Boolean;F;0: @allI"@return [Boolean];F;[[: other0;Iu;String#eql?;F; I"pTwo strings are equal if they have the same length and content. @overload eql?(other) @return [Boolean];F:@namespaceIu;String;F:@docstring_extra0:@sourceI"/* * call-seq: * str.eql?(other) -> true or false * * Two strings are equal if they have the same length and content. */ static VALUE rb_str_eql(VALUE str1, VALUE str2) { if (TYPE(str2) != T_STRING) return Qfalse; return str_eql(str1, str2); };F
Version data entries
12 entries across 12 versions & 2 rubygems