The Pug Automatic

Lambda

Written February 1, 2008. Tagged Ruby.

Teehee:

module Kernel
alias_method "λ", :lambda
end

send("λ") { puts "w00t" }.call