Guest User

Untitled

a guest
Jun 25th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. module Something
  2. class Monkey
  3. end
  4. end
  5.  
  6. module Something
  7. module SomethingElse
  8. class MonkeyBoy < Something::Monkey
  9. end
  10. end
  11. end
Add Comment
Please, Sign In to add comment