class TypeProf::LSP::CompletionSession
Public Instance Methods
reusable?(other_row, other_start_col_offset)
click to toggle source
# File typeprof-0.21.9/lib/typeprof/lsp.rb, line 45 def reusable?(other_row, other_start_col_offset) other_row == self.row && other_start_col_offset == self.start_col_offset end