Skip to content

Instantly share code, notes, and snippets.

{
"basics": {
"name": "Kevin Gailey",
"label": "KG",
"picture": "",
"email": "work@kevingailey.com",
"phone": "(860) 860-8511",
"website": "https://by.kevingailey.com",
"summary": "A summary of John Doe...",
"location": {

Keybase proof

I hereby claim:

  • I am kevingailey on github.
  • I am kevingailey (https://keybase.io/kevingailey) on keybase.
  • I have a public key whose fingerprint is 375A 756A A61B F41F 009C B6DC A225 8D8C FE0D C15B

To claim this, I am signing this object:

def tip(msg); puts; puts msg; puts "-"*100; end
#
# 30 Ruby 1.9 Tips, Tricks & Features:
# http://www.igvita.com/2011/02/03/new-ruby-19-features-tips-tricks/
#
tip "Upgrading to Ruby 1.9 is simple: rvm install 1.9.2 && rvm --default 1.9.2"
tip "Ruby 1.9 supports named captures in regular expressions!"