#!/usr/local/bin/ruby def Object.const_missing(k) 42 end p LIFE p UNIVERSE p EVERYTHING