Method: Fear::TryApi#success
- Defined in:
- lib/fear/try_api.rb
permalink #success(value) ⇒ Fear::Success
29 30 31 |
# File 'lib/fear/try_api.rb', line 29 def success(value) Fear::Success.new(value) end |
29 30 31 |
# File 'lib/fear/try_api.rb', line 29 def success(value) Fear::Success.new(value) end |