# Class: lua_patch
Class representing a in-memory patch.
## Functions (2)
### `apply()`
Apply the modified value.
**Example Usage:**
```lua
lua_patch:apply()
```
### `restore()`
Restore the original value.
lua_patch:restore()