Guest User

Untitled

a guest
Apr 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. class Sample
  2. def public_method
  3. "public"
  4. end
  5.  
  6. private
  7. def private_method
  8. "private"
  9. end
  10. end
Add Comment
Please, Sign In to add comment