Get To Know GitHub

— Indianapolis, IN – May 18, 2013

| Participants | Links | Movies

Christopher Atkins

Snap One
@iformattableIndianapolis, IN

I write the codez.

Here’s one of my programming languages.

module Kernel
  def the(a, b)
    Exception.new
  end

  def roof
  end

  def yo!
  end
end

raise the roof, yo!