Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ The gem makes it super easy to control complex operations flow - the next step w

Ideally suited for handling task sequences that should be interrupted as soon as any subsequent task fails.

## Supported Ruby versions
`ChainIt` is currently tested to work well on MRI Ruby ~> 2.3.

## How should I use `ChainIt`?
As not hard to guess, all is about chaining subsequent `#chain` method calls to a `ChainIt` instance.

Expand Down