class RubyLsp::Document

def ==(other)

def ==(other)
  @source == other.source
end