Skip to content

Instantly share code, notes, and snippets.

@loe
Created July 21, 2010 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save loe/485146 to your computer and use it in GitHub Desktop.
Save loe/485146 to your computer and use it in GitHub Desktop.
irb14:13:21 ~ → irb
rree-1.8.7-2010.02 > require 'active_support'
=> true
ree-1.8.7-2010.02 > fucker = ActiveSupport::Deprecation::DeprecatedObjectProxy.new(nil, 'HAHAHA')
=> nil
ree-1.8.7-2010.02 > !!fucker
=> true
ree-1.8.7-2010.02 > fucker.nil?
DEPRECATION WARNING: HAHAHA. (called from irb_binding at (irb):4)
=> true
ree-1.8.7-2010.02 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment