File: C:/Ruby27-x64/share/ri/2.7.0/system/String/<<-i.ri
U:RDoc::AnyMethod[iI"%:ETI"
String#%;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [
I"EFormat---Uses <i>str</i> as a format specification, and returns ;TI"<the result of applying it to <i>arg</i>. If the format ;TI"Hspecification contains more than one substitution, then <i>arg</i> ;TI":must be an Array or Hash containing the values to be ;TI"Fsubstituted. See Kernel#sprintf for details of the format string.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I";"%05d" % 123 #=> "00123"
;TI"M"%-5s: %016x" % [ "ID", self.object_id ] #=> "ID : 00002b054ec93168"
;TI">"foo = %{foo}" % { :foo => 'bar' } #=> "foo = bar";T:@format0:
@fileI"
string.c;T:0@omit_headings_from_table_of_contents_below0I"str % arg -> new_str
;T0[ I" (p1);T@FI"String;TcRDoc::NormalClass00