# File lib/chef/provider/route.rb, line 120 def action_delete if is_running command = generate_command(:delete) Chef::Log.info("Removing route: #{command}") run_command( :command => command ) @new_resource.updated_by_last_action(true) else Chef::Log.debug("Route #{@new_resource.name} does not exist") end end