class Solargraph::Source::Change
def initialize range, new_text
-
new_text(String) -- The text to be changed. -
range(Range) -- The starting and ending positions of the change.
def initialize range, new_text @range = range @new_text = new_text end