Guest User

Untitled

a guest
Jun 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. def parseline(line)
  2. l, f, m = line.strip.split(/\s+/)
  3. return [f, m, l].map{|s| s or ''}
  4. end
Add Comment
Please, Sign In to add comment