In Files

  • typeprof-0.21.2/lib/typeprof/lsp.rb

Parent

Methods

Class/Module Index [+]

Quicksearch

TypeProf::LSP::CompletionSession

Public Instance Methods

reusable?(other_row, other_start_col_offset) click to toggle source
 
               # File typeprof-0.21.2/lib/typeprof/lsp.rb, line 43
def reusable?(other_row, other_start_col_offset)
  other_row == self.row && other_start_col_offset == self.start_col_offset
end
            
There is an updated format of the API docs for this version here.