class Solargraph::SourceMap::Completion


completion options and the range to be replaced.
The result of a completion request containing the pins that describe

def initialize pins, range

Parameters:
  • range (Solargraph::Range) --
  • pins (Array) --
def initialize pins, range
  @pins = pins
  @range = range
end