Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
serradura committed Mar 25, 2024
1 parent 7bf8ba6 commit 044d81a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Use it to enable the [Railway Oriented Programming](https://fsharpforfunandprofi
- [`BCDD::Context`](#bcddcontext)
- [Defining successes and failures](#defining-successes-and-failures)
- [Hash methods](#hash-methods)
- [`BCDD::Context.mixin`](#bcddcontextmixin)
- [Class example (Instance Methods)](#class-example-instance-methods-1)
- [`and_expose`](#and_expose)
- [Module example (Singleton Methods)](#module-example-singleton-methods-1)
- [`BCDD::Context::Expectations`](#bcddcontextexpectations)
Expand Down Expand Up @@ -1459,10 +1461,6 @@ These methods are available for `BCDD::Context::Success` and `BCDD::Context::Fai

<p align="right"><a href="#-bcddresult">⬆️ &nbsp;back to top</a></p>

```ruby

<p align="right"><a href="#-bcddresult">⬆️ &nbsp;back to top</a></p>

#### `BCDD::Context.mixin`

As in the `BCDD::Result`, you can use the `BCDD::Context.mixin` to add the `Success()` and `Failure()` methods to your classes/modules.
Expand Down

0 comments on commit 044d81a

Please sign in to comment.