class Pronto::Gitlab::Comment

def ==(other)

def ==(other)
  line == other.line &&
    path == other.path &&
    note == other.note
end