Skip to content

Commit

Permalink
Update docs/debugging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan authored May 21, 2024
1 parent e16a269 commit 027d4b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**NOTE:** this functionality requires two additional gems to be available in the app:

- [prism](https://github.com/ruby/prism)
- [prism](https://github.com/ruby/prism) (comes with Ruby 3.3+)
- [method_source](https://github.com/banister/method_source).

We usually describe policy rules using _boolean expressions_ (e.g. `A or (B and C)` where each of `A`, `B` and `C` is a simple boolean expression or predicate method).
Expand Down

0 comments on commit 027d4b5

Please sign in to comment.