Guest User

Untitled

a guest
Jul 20th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. module FooBar
  2. class << self
  3. @@bar = foo
  4.  
  5. protected
  6.  
  7. def foo
  8. "baz"
  9. end
  10. end
  11. end
Add Comment
Please, Sign In to add comment