Guest User

Untitled

a guest
Nov 16th, 2012
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.09 KB | None | 0 0
  1. module Scene
  2.     class Shopping
  3.         def initialize
  4.             puts "Initialized..."
  5.         end
  6.     end
  7. end
Advertisement
Add Comment
Please, Sign In to add comment