Method: Chef::Mixin::Deprecation#deprecated_ivar

Defined in:
lib/chef/mixin/deprecation.rb

#deprecated_ivar(obj, name, level = nil) ⇒ Object



94
95
96
# File 'lib/chef/mixin/deprecation.rb', line 94

def deprecated_ivar(obj, name, level=nil)
  DeprecatedInstanceVariable.new(obj, name, level)
end