Guest User

Untitled

a guest
Jan 22nd, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.10 KB | None | 0 0
  1. module A
  2.   module B
  3.     class C
  4.       def D
  5.         return nil
  6.       end
  7.     end
  8.   end
  9. end
Add Comment
Please, Sign In to add comment