Sha256: 9a6be7495d3278d503ee2ecc377f5b177f66f0715e90f204580a41fc9794e0fe
Contents?: true
Size: 1.79 KB
Versions: 12
Compression:
Stored size: 1.79 KB
Contents
o:$YARD::CodeObjects::MethodObject:@scope: instance:@visibility:public: @pathI"String#tr_s:EF:@parameters[ :@files[[I" string.c;T0:@current_file_has_commentsF: @name: tr_s:@source_type:c: @tags[ :@docstringIC:YARD::Docstring"Processes a copy of <i>str</i> as described under <code>String#tr</code>, then removes duplicate characters in regions that were affected by the translation. "hello".tr_s('l', 'r') #=> "hero" "hello".tr_s('el', '*') #=> "h*o" "hello".tr_s('el', 'hx') #=> "hhxo";F:@objectIu:YARD::StubProxyString#tr_s;F: @summary0:@ref_tags[ ;[o:YARD::Tags::OverloadTag :@tag_nameI" overload;F: @text0;;:@types0:@signatureI"tr_s(from_str, to_str);F;IC;"