# File lib/chef/mixin/deprecation.rb, line 59 def deprecated_ivar(obj, name, level=nil) DeprecatedInstanceVariable.new(obj, name, level) end