class SourceMap::Map

def eql?(other)

def eql?(other)
  other.is_a?(self.class) &&
    self.mappings == other.mappings &&
    self.filename == other.filename
end