excelinator
excelinator copied to clipboard
html table content includes [ ] with Ruby 1.9
html_content.scan(/<table.*/table>/mi).to_s with Ruby 1.9 includes array brackets in the string. Try .join.