Skip to content

Instantly share code, notes, and snippets.

View achasveachas's full-sized avatar
❤️
Always Be Kind

Yechiel Kalmenson achasveachas

❤️
Always Be Kind
View GitHub Profile

Talmudic Gems For Rails Developers

Sources, Citations, and Further Reading

require 'net/http'
names = {
"Child 1 Name" => "Child 1 Class",
"Child 2 Name" => "Child 2 Class",
"Wife's Name" => "Staff"
}
form_url = URI("https://docs.google.com/forms/d/e/555/formResponse")
@achasveachas
achasveachas / gist:dfffd2cef6c5c61f887a3b7e3cc94c3d
Last active August 16, 2019 00:23
dev.to post code snippets
```
someCodeGoes("here")
```
- some old code
+ some new code
+ some more code
some other code
### Ruby ###

###
# 1. Which method is best, and why?
###


# A
def empty?(s)