module Teckel::Operation::ValueResult
The default “no-op” Result
handler. Just returns the value, ignoring the success state.
Public Class Methods
[](value, *_)
click to toggle source
# File lib/teckel/operation/result.rb, line 84 def [](value, *_) value end
Also aliased as: new