Guest User

Untitled

a guest
Nov 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class Foo
  2. class << self
  3. private
  4. def private_class_method; end
  5. protected
  6. def protected_class_method; end
  7. end
  8. end
Add Comment
Please, Sign In to add comment