Sha256: 23ffe87b77ca21d3e38d9e7556f3a2ab81cc8993dc8fac0056e2c7221b9afc97

Contents?: true

Size: 144 Bytes

Versions: 14

Compression:

Stored size: 144 Bytes

Contents

class RemoteTable
  class Format
    class Excel < Format
      include Rooable
      def roo_class
        ::Excel
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
remote_table-1.1.10 lib/remote_table/format/excel.rb
remote_table-1.1.9 lib/remote_table/format/excel.rb
remote_table-1.1.8 lib/remote_table/format/excel.rb
remote_table-1.1.7 lib/remote_table/format/excel.rb
remote_table-1.1.6 lib/remote_table/format/excel.rb
remote_table-1.1.4 lib/remote_table/format/excel.rb
remote_table-1.1.3 lib/remote_table/format/excel.rb
remote_table-1.1.2 lib/remote_table/format/excel.rb
remote_table-1.1.1 lib/remote_table/format/excel.rb
remote_table-1.1.0 lib/remote_table/format/excel.rb
remote_table-1.0.3 lib/remote_table/format/excel.rb
remote_table-1.0.2 lib/remote_table/format/excel.rb
remote_table-1.0.1 lib/remote_table/format/excel.rb
remote_table-1.0.0 lib/remote_table/format/excel.rb