global
def color_map_for(node, color)
def color_map_for(node, color) return {} unless (range = node.loc&.expression) range.to_a.to_h { |char| [char, color] } end
def color_map_for(node, color) return {} unless (range = node.loc&.expression) range.to_a.to_h { |char| [char, color] } end