<?php
namespace RulerZ\Compiled\Executor;

use RulerZ\Executor\Executor;

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

    

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