Guest User

Untitled

a guest
Apr 19th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. def foo(str, str2)
  2. p [str, str2]
  3. end
  4.  
  5. $wtf = "WTF"
  6.  
  7. foo <<FOO, <<BAR
  8. 1
  9. #{$wtf << <<BAZ #{comment}
  10. $wtf
  11. #{<<-BAT
  12. $wtf
  13. BAT
  14. }
  15. BAZ
  16. }
  17. What in the hell
  18. OMG
  19. FOO
  20. OMG
  21. BAR
Add Comment
Please, Sign In to add comment