This document summarizes a talk given by Yusuke Endoh on transcendental programming in Ruby. It discusses encoding an entire Ruby program as a double helix DNA sequence using Gödel numbering and then decoding and executing it. It also presents a Ruby program that generates a QR code encoding the string "Hello World" and another that acts as a quine, clock, and font generator by outputting the current time as ASCII art code.