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!