String split by line


/ Published in: Ruby
Save to your folder(s)



Copy this code and paste it in your HTML
  1. text_with_lines.each do |line|
  2. p line.chomp
  3. end

Report this snippet


Comments


You need to login to view comments.