Get To Know GitHub

— Indianapolis, IN – May 18, 2013

| Participants | Links | Movies

Scott Brookie

Interactive Intelligence
@scottbrookieIndianapolis, IN

C# developer by day, with some iOS development when time allows.

Breakfast is the most important meal of the day.

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

  def roof
  end

  def yo!
  end
end

raise the roof, yo!