Chef::Mixin::Deprecation::DeprecatedObjectProxyBase
# File lib/chef/mixin/deprecation.rb, line 28 def initialize(target, ivar_name, level=nil) @target, @ivar_name = target, ivar_name @level ||= :warn end
# File lib/chef/mixin/deprecation.rb, line 38 def inspect @target.inspect end
# File lib/chef/mixin/deprecation.rb, line 33 def method_missing(method_name, *args, &block) log_deprecation_msg(caller[0..3]) @target.send(method_name, *args, &block) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.