Sha256: 9c17b8a34849609aaab0a476f0d25600d981c4aa974172e917f1ef017703d958

Contents?: true

Size: 343 Bytes

Versions: 1

Compression:

Stored size: 343 Bytes

Contents

class RemoteTable
  class Format
    class OpenOffice < Format
      include ProcessedByRoo
      def roo_class
        if ::RUBY_PLATFORM == 'java'
          ::Kernel.warn "[remote_table] Opening ODS files on JRuby is known to fail because of a flaw in the underlying Roo library"
        end
        ::Openoffice
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
remote_table-1.4.0 lib/remote_table/format/open_office.rb