class Pry::Pager::PageTracker
def line_length(line)
Approximation of the printable length of a given line, without the
def line_length(line) line.chomp.gsub(/\e\[[\d;]*m/, '').length end
def line_length(line) line.chomp.gsub(/\e\[[\d;]*m/, '').length end