<?php
namespace RulerZ\Compiled\Executor;

use RulerZ\Executor\Executor;

class Executor_8c1fc2f0 implements Executor
{
    	use \RulerZ\Executor\ArrayTarget\FilterTrait;
	use \RulerZ\Executor\ArrayTarget\SatisfiesTrait;
	use \RulerZ\Executor\ArrayTarget\ArgumentUnwrappingTrait;

    

    // host = "feeds.reuters.com"
    protected function execute($target, array $operators, array $parameters)
    {
        return $this->unwrapArgument($target["host"]) == 'feeds.reuters.com';
    }
}