Skip to content

Instantly share code, notes, and snippets.

@joshmun23
joshmun23 / Credit Card Validation.markdown
Created September 4, 2015 15:49
Credit Card Validation
@joshmun23
joshmun23 / deaf_grandma
Last active August 29, 2015 14:10
Deaf Grandma
class String
def upcase?
self == self.upcase
end
end
puts "HI THERE, SONNY!!"
while true
reply = gets.chomp