Skip to content

Instantly share code, notes, and snippets.

@robhanlon22
Created March 28, 2012 03:35
Show Gist options
  • Select an option

  • Save robhanlon22/2223340 to your computer and use it in GitHub Desktop.

Select an option

Save robhanlon22/2223340 to your computer and use it in GitHub Desktop.
module Kernel
alias_method :pokeball, :lambda
end
class Proc
alias_method :go_pikachu, :call
end
pokeball { puts 'THUNDERSHOCK' }.go_pikachu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment