Method: TypeProf::CodeRange#to_lsp

Defined in:
lib/typeprof/code_range.rb

#to_lspObject



79
80
81
# File 'lib/typeprof/code_range.rb', line 79

def to_lsp
  { start: @first.to_lsp, end: @last.to_lsp }
end