class Pry::Code::LOC
def add_marker(marker_lineno)
-
(void)
-
Parameters:
-
marker_lineno
(Integer
) -- If it is equal to the `lineno`, then
def add_marker(marker_lineno) tuple[0] = if lineno == marker_lineno " => #{line}" else " #{line}" end end