Skip to content

Instantly share code, notes, and snippets.

@ivarvong
Created August 1, 2014 22:10
Show Gist options
  • Save ivarvong/54cfa118469454286374 to your computer and use it in GitHub Desktop.
Save ivarvong/54cfa118469454286374 to your computer and use it in GitHub Desktop.
Add <p></p>
puts File.open(ARGV.shift)
.read
.split("\n")
.map{ |line|
"<p>#{line.strip}</p>"
}.join("\n\n")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment