roo-rb / roo-xls

Roo::Xls add support for legacy Excel file standards to Roo.
MIT License
82 stars 82 forks source link

no implicit conversion of Hash into String #60

Closed RaafatSobhy closed 1 year ago

RaafatSobhy commented 1 year ago

Steps to reproduce

require 'roo' csv = Roo::CSV.new('test.csv') puts csv.last_row

Issue

Works with Ruby 2.7.2.

Error with Ruby 3.0.0 Preview 1

no implicit conversion of Hash into String

System configuration

Roo::Xls version : 2.8.3

Ruby version: 3.1.2p20

can you merge the fix ?

https://github.com/roo-rb/roo/issues/551

22d9930