class Unparser::Either::Right
def either(_left, right)
-
right
(#call
) -- -
_left
(#call
) --
def either(_left, right) right.call(value) end
right
(#call
)
--
_left
(#call
)
--
def either(_left, right) right.call(value) end