Guest User

Untitled

a guest
Apr 26th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. class Foo
  2. def to_ary
  3. omg
  4. end
  5.  
  6. def omg
  7. Bar.new.omg
  8. end
  9. end
  10.  
  11. class Bar
  12. end
  13.  
  14. p [Foo.new].flatten
Add Comment
Please, Sign In to add comment