Advertisement
Guest User

rewwwby

a guest
Oct 16th, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.10 KB | None | 0 0
  1. File.open("users.txt", "r").each_line do |file|
  2.     ("#{file}").split[-1]
  3.     output.print("#{file}")
  4. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement