# `GSFeaBlock update`

*Instance Method*

If the block is automatic, updates the code. Otherwise, does nothing.

## Declaration

```swift
func update()
```

```objc
- (void) update;
```

```python
update()
```

