# 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