Skip to content

Instantly share code, notes, and snippets.

@svenfuchs
Forked from fronx/snippet.rb
Created August 13, 2009 11: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 svenfuchs/167126 to your computer and use it in GitHub Desktop.
Save svenfuchs/167126 to your computer and use it in GitHub Desktop.
const_set(:"(•___){", Class.new do
def initialize
puts "too many tweets!"
end
end)
const_get(:"(•___){").new
# ... hmmmm.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment