class Reline::LineEditor
def simplified_rendering?
Experimental RBS support (using type sampling data from the type_fusion
project).
def simplified_rendering?: () -> false
This signature was generated using 2 samples from 1 application.
def simplified_rendering? if finished? false elsif @just_cursor_moving and not @rerender_all true else not @rerender_all and not finished? and @in_pasting end end