Guest User

Untitled

a guest
Dec 15th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. def read_words (i="stop_words.txt")
  2. sw = File.readlines(i).map{|x| x.chomp}
  3. p sw
  4. end
  5.  
  6. read_words
Add Comment
Please, Sign In to add comment