class YARD::OpenStruct

def ==(other)

def ==(other)
  other.is_a?(self.class) && to_h == other.to_h
end