class Differ::Diff

def ==(other)

def ==(other)
  @raw == other.raw_array
end