lib/remote_table/xls.rb in remote_table-3.3.2 vs lib/remote_table/xls.rb in remote_table-3.3.3

- old
+ new

@@ -3,9 +3,9 @@ module Xls def self.extended(base) base.extend ProcessedByRoo end def roo_class - Roo.const_defined?(:Excel) ? Roo::Excel : ::Excel + Roo::Excel end end end