class Reline::LineEditor

def calculate_width(str, allow_escape_code = false)

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

def calculate_width: (String str, ?true allow_escape_code) -> Integer

This signature was generated using 15 samples from 1 application.

def calculate_width(str, allow_escape_code = false)
::Unicode.calculate_width(str, allow_escape_code)