Guest User

Untitled

a guest
Jun 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. module Awesome
  2. class Pop
  3.  
  4. def self.makeSomeNoise
  5. puts "Hello Gem!"
  6. end
  7.  
  8. end
  9. end
Add Comment
Please, Sign In to add comment