class Dry::Types::Sum
def initialize(left, right, options = {})
-
options
(Hash
) -- -
right
(Type
) -- -
left
(Type
) --
def initialize(left, right, options = {}) super @left, @right = left, right freeze end
options
(Hash
)
--
right
(Type
)
--
left
(Type
)
--
def initialize(left, right, options = {}) super @left, @right = left, right freeze end