Guest User

Untitled

a guest
Jun 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class Bob
  2.  
  3. def instancemethod
  4.  
  5. end
  6.  
  7. protected
  8. def protectedinstacne method
  9.  
  10. end
  11.  
  12.  
  13. private
  14.  
  15. def self.privateclassmethod
  16.  
  17. end
  18. end
Add Comment
Please, Sign In to add comment