class Reline::LineEditor

def whole_lines

Experimental RBS support (using type sampling data from the type_fusion project).

def whole_lines: () -> untyped

This signature was generated using 3 samples from 1 application.

def whole_lines
  index = @previous_line_index || @line_index
  temp_lines = @buffer_of_lines.dup
  temp_lines[index] = @line
  temp_lines
end