Guest User

Untitled

a guest
May 24th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. module Enumerable
  2. def find
  3. while !(result = yield(result item))
  4. result
  5. end
  6. end
  7. # you are lame and don't do well at thinking outside the box, mmk.
Add Comment
Please, Sign In to add comment