Module: Mangrove::Result::Ext

Extended by:
T::Sig
Defined in:
lib/mangrove/result/ext.rb

Instance Method Summary collapse

Instance Method Details

#in_errObject



13
14
15
# File 'lib/mangrove/result/ext.rb', line 13

def in_err
  Mangrove::Result::Err.new(self)
end

#in_okObject



9
10
11
# File 'lib/mangrove/result/ext.rb', line 9

def in_ok
  Mangrove::Result::Ok.new(self)
end