Skip to content

Instantly share code, notes, and snippets.

@texel
Forked from loe/gist:485146
Created July 21, 2010 21:15
Show Gist options
  • Save texel/485147 to your computer and use it in GitHub Desktop.
Save texel/485147 to your computer and use it in GitHub Desktop.
ree-1.8.7-2009.10 > fuckery = ActiveSupport::Deprecation::DeprecatedObjectProxy.new(nil, "fuckery!")
=> nil
ree-1.8.7-2009.10 > fuckery
=> nil
ree-1.8.7-2009.10 > fuckery.object_id
=> 4
ree-1.8.7-2009.10 > !!fuckery
=> true
ree-1.8.7-2009.10 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment