# File lib/chef/mixin/language_include_recipe.rb, line 50
      def require_recipe(*args)
        Chef::Log.warn("require_recipe is deprecated and will be removed in a future release, please use include_recipe")
        include_recipe(*args)
      end