Module: Kotoshu::Results::Result
- Defined in:
- lib/kotoshu/results/result.rb
Overview
Result pattern for explicit error handling.
Provides a type-safe way to handle operations that can fail without using exceptions. Based on functional programming patterns.