class Dry::Initializer::Definition

def ==(other)

def ==(other)
  other.instance_of?(self.class) && (other.source == source)
end