module TypeProf::LSP::Helpers
Public Instance Methods
pos(line, character)
click to toggle source
# File typeprof-0.21.9/lib/typeprof/lsp.rb, line 822 def pos(line, character) { line: line, character: character } end
range(s, e)
click to toggle source
# File typeprof-0.21.9/lib/typeprof/lsp.rb, line 826 def range(s, e) { start: s, end: e } end