Advertisement
Guest User

Untitled

a guest
Feb 21st, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.12 KB | None | 0 0
  1. class Test
  2.     def self.foo
  3.         @boo =2;
  4.         puts @boo
  5.     end
  6.     def getFoo
  7.         @boo
  8.     end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement