Skip to content

Instantly share code, notes, and snippets.

@rick
Created November 15, 2011 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rick/1366091 to your computer and use it in GitHub Desktop.
Save rick/1366091 to your computer and use it in GitHub Desktop.
~/git/santorum (import_export_etc)$ irb
ruby-1.8.7-p334 :001 > def self() self end
nil
ruby-1.8.7-p334 :002 > alias yermom self
nil
ruby-1.8.7-p334 :003 > class << yermom
ruby-1.8.7-p334 :004?> end
nil
ruby-1.8.7-p334 :005 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment