module Chef::Mixin::Deprecation

Public Instance Methods

deprecated_ivar(obj, name, level=nil) click to toggle source
# File lib/chef/mixin/deprecation.rb, line 94
def deprecated_ivar(obj, name, level=nil)
  DeprecatedInstanceVariable.new(obj, name, level)
end