Method: RubyLsp::Document#==

Defined in:
lib/ruby_lsp/document.rb

#==(other) ⇒ Object

[View source]

39
40
41
# File 'lib/ruby_lsp/document.rb', line 39

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