class YARD::Templates::Section
def ==(other)
def ==(other) case other when Section eql?(other) when Array to_a == other else name == other end end
def ==(other) case other when Section eql?(other) when Array to_a == other else name == other end end