Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. namespace "Animals::Pets" do
  2. class self::Dog
  3. end
  4. end
  5.  
  6. ############
  7.  
  8. module Animals
  9. end
  10.  
  11. module Pets
  12. end
  13.  
  14. class Dog
  15. end
  16.  
  17. ############
  18.  
  19. module Animals
  20. module Pets
  21. class Dog
  22. end
  23. end
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement