File: //usr/share/ri/3.0.0/system/String/delete_prefix-i.ri
U:RDoc::AnyMethod[iI"delete_prefix:ETI"String#delete_prefix;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"KReturns a copy of <i>str</i> with leading <code>prefix</code> deleted.;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"+"hello".delete_prefix("hel") #=> "lo"
;TI"-"hello".delete_prefix("llo") #=> "hello";T:@format0:
@fileI"
string.c;T:0@omit_headings_from_table_of_contents_below0I"*str.delete_prefix(prefix) -> new_str
;T0[ I" (p1);T@FI"String;TcRDoc::NormalClass00