Skip to content

Commit

Permalink
Document how to opt-out from Sorbet runtime checks
Browse files Browse the repository at this point in the history
  • Loading branch information
swiknaba committed Jul 24, 2023
1 parent 2353703 commit f32da74
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@

👉 More or less maintained fork of the original gem. Use at your own risk ⚠️

Money gem extension for distributed systems
Money gem extension for distributed systems.

This gem is typed using [Sorbet](https://github.com/sorbet/sorbet). You can opt-out of runtime type checks by setting

```shell
SORBET_RUNTIME_DEFAULT_CHECKED_LEVEL=never
```

as an environment variable.

Money gem [docs](https://github.com/RubyMoney/money/wiki/Stores)

Expand Down

0 comments on commit f32da74

Please sign in to comment.