lib/rbbt/tsv/excel.rb in rbbt-util-5.21.59 vs lib/rbbt/tsv/excel.rb in rbbt-util-5.21.60
- old
+ new
@@ -69,10 +69,10 @@
cells.push v
else
cells.push v * sep2
end
else
- v = remove_link(v) if remove_links
+ v = _remove_link(v) if remove_links
cells.push v
end
end
rows << cells