Module: Result::Constructors
- Defined in:
- lib/Olib/pattern_matching/result.rb
Instance Method Summary collapse
Instance Method Details
#Err(*args) ⇒ Object
81 82 83 |
# File 'lib/Olib/pattern_matching/result.rb', line 81 def Err(*args) Err[*args] end |
#Ok(*args) ⇒ Object
77 78 79 |
# File 'lib/Olib/pattern_matching/result.rb', line 77 def Ok(*args) Ok[*args] end |