Guest User

Untitled

a guest
Jul 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. ~ ∴ irb
  2. >> class Foo
  3. >> def to_s
  4. >> rand(5)
  5. >> end
  6. >> end
  7. => nil
  8. >> Array.new(5) { Foo.new }
  9. => [2, 0, 4, 3, 1]
  10. >>
Add Comment
Please, Sign In to add comment