Either

Dead simple error context framework aka Either monad. Goal of this gem is to provide solid ground to control flow without exceptions and allow simple and expressive chaining failure context.

Installation

in terminal

$ gem install either-monad

or in Gemfile

gem 'either-monad'