class RubyLsp::Requests::PrepareRename

def initialize(document, position)

: (RubyDocument document, Hash[Symbol, untyped] position) -> void
def initialize(document, position)
  super()
  @document = document
  @position = position #: Hash[Symbol, Integer]
end