Guest User

Untitled

a guest
May 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. contents = open('https://www.cargurus.com/Cars/l-Used-Mazda-MAZDASPEED6-d841', &:read)
  2.  
  3. File.open("testing.txt", "w") do |line|
  4. line.puts "r" + "#{contents}"
  5. end
Add Comment
Please, Sign In to add comment