class Reline::LineEditor
def move_cursor_up(val)
Experimental RBS support (using type sampling data from the type_fusion
project).
def move_cursor_up: (Integer val) -> Integer?
This signature was generated using 2 samples from 1 application.
def move_cursor_up(val) > 0 ne::IOGate.move_cursor_up(val) t_height += val val < 0 _cursor_down(-val)