lib/remote_table/format/excel.rb in remote_table-1.1.10 vs lib/remote_table/format/excel.rb in remote_table-1.2.0

- old
+ new

@@ -1,8 +1,8 @@ class RemoteTable class Format class Excel < Format - include Rooable + include ProcessedByRoo def roo_class ::Excel end end end