Advertisement
Guest User

Untitled

a guest
Apr 15th, 2014
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. class App
  2. def a
  3. "a"
  4. end
  5. require_relative 'b'
  6. end
  7.  
  8. class App
  9. def b
  10. "b"
  11. end
  12. end
  13.  
  14. class App
  15. def a
  16. "a"
  17. end
  18. end
  19.  
  20. class App
  21. def b
  22. "b"
  23. end
  24. end
  25.  
  26. class App
  27. def a
  28. "a"
  29. end
  30. class App
  31. def b
  32. "b"
  33. end
  34. end
  35. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement