Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # today I Learned
  2.  
  3. 4/30/17
  4.  
  5. how to write a method
  6.  
  7. ```ruby
  8. def method_name
  9. puts "runnable code for ruby"
  10. end
  11. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement