????JFIF??x?x????'
| Server IP : 104.21.30.238  /  Your IP : 216.73.216.113 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /././././proc/thread-self/root/opt/alt/ruby18/share/ri/1.8/system/String/ | 
| Upload File : | 
--- !ruby/object:RI::MethodDescription 
aliases: []
block_params: 
comment: 
- !ruby/struct:SM::Flow::P 
  body: Splits <em>str</em> using the supplied parameter as the record separator (<tt>$/</tt> by default), passing each substring in turn to the supplied block. If a zero-length record separator is supplied, the string is split into paragraphs delimited by multiple successive newlines.
- !ruby/struct:SM::Flow::VERB 
  body: "   print "Example one\\n"\n   "hello\\nworld".each {|s| p s}\n   print "Example two\\n"\n   "hello\\nworld".each('l') {|s| p s}\n   print "Example three\\n"\n   "hello\\n\\n\\nworld".each('') {|s| p s}\n"
- !ruby/struct:SM::Flow::P 
  body: <em>produces:</em>
- !ruby/struct:SM::Flow::VERB 
  body: "   Example one\n   "hello\\n"\n   "world"\n   Example two\n   "hel"\n   "l"\n   "o\\nworl"\n   "d"\n   Example three\n   "hello\\n\\n\\n"\n   "world"\n"
full_name: String#each_line
is_singleton: false
name: each_line
params: |
  str.each(separator=$/) {|substr| block }        => str
  str.each_line(separator=$/) {|substr| block }   => str
visibility: public