Skip to content

Instantly share code, notes, and snippets.

@technoweenie
Created October 26, 2008 20:10
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 technoweenie/19936 to your computer and use it in GitHub Desktop.
Save technoweenie/19936 to your computer and use it in GitHub Desktop.
>> class Oo
>> def O *args
>> raise *args
>> end
>> end
=> nil
>> class Object
>> def o
>> Oo.new
>> end
>> end
=> nil
>> o.O 'shit!'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment