Guest User

Untitled

a guest
Jan 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. require 'psych'
  2. string = File.read('string.txt')
  3. string.force_encoding('ASCII-8BIT')
  4. Psych.dump(string)
Add Comment
Please, Sign In to add comment