PhpSpec\Wrapper\Unwrapper::reveal PHP Method

reveal() public method

public reveal ( mixed $value ) : mixed
$value mixed
return mixed
    public function reveal($value)
    {
        return $this->unwrapOne($value);
    }