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!