Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. TIL - Things I learned
  2.  
  3. This is my first gist, and I found out we are to create one of these every day(?)
  4.  
  5. ```ruby
  6. def method_name
  7. puts "runnable code for ruby"
  8. end
  9. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement