# File typeprof-0.21.2/lib/typeprof/lsp.rb, line 817 def pos(line, character) { line: line, character: character } end
# File typeprof-0.21.2/lib/typeprof/lsp.rb, line 821 def range(s, e) { start: s, end: e } end
This page was generated for Ruby 3.1.1
Generated with Ruby-doc Rdoc Generator 0.42.0.