Skip to content

Instantly share code, notes, and snippets.

@pnc
Created July 26, 2011 01:18
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 pnc/1105709 to your computer and use it in GitHub Desktop.
Save pnc/1105709 to your computer and use it in GitHub Desktop.
Moar deprecation warnings
set_trace_func(Proc.new do |event, file, line, id, binding, classname|
if rand > 0.999
puts "warning: #{classname} is deprecated and will be removed in a future release"
puts " (called from: #{file}:#{line})"
end
end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment