Implements the Maybe Monad in idiomatic Ruby, providing safe navigation to avoid NoMethodError on nil.
gem install andandNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Safely call methods on potentially nil objects using the andand method.
Consider using Ruby's built-in &. operator instead of andand for new projects.
No dependency data recorded yet.