module Dry::Types::Composition

def name

Other tags:
    Api: - public

Returns:
  • (String) -
def name
  [left, right].map(&:name).join(" #{self.class.operator} ")
end