class Dry::Types::Sum

def initialize(left, right, options = {})

Parameters:
  • options (Hash) --
  • right (Type) --
  • left (Type) --
def initialize(left, right, options = {})
  super
  @left, @right = left, right
  freeze
end