Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class FunkyTown
  2. def time_to
  3. end
  4.  
  5. def get_funky
  6. end
  7.  
  8. protected
  9. def get_down
  10. end
  11.  
  12. protected
  13. def get_down_get_down
  14. end
  15.  
  16. protected
  17. def hit_me
  18. end
  19.  
  20. private
  21. def one_more_time
  22. end
  23. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement