Guest User

Untitled

a guest
Mar 18th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.05 KB | None | 0 0
  1. answer = (1..4).inject(0) { |n, x| n += x * x }
Add Comment
Please, Sign In to add comment