79 80 81
# File 'lib/typeprof/code_range.rb', line 79 def to_lsp { start: @first.to_lsp, end: @last.to_lsp } end