Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # today I learned
  2.  
  3. 4/30/2017
  4.  
  5. ```ruby
  6. def method_name
  7. puts "runnable code for ruby"
  8. end
  9. ```
  10.  
  11. using those three marks as seen above allows me to format ruby in this gist file.
  12.  
  13. we also created routes today
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement