class RubyLsp::Document

def ==(other)

: (Document[untyped] other) -> bool
def ==(other)
  self.class == other.class && uri == other.uri && @source == other.source
end