Method: Roo::Excelx::Shared#initialize
- Defined in:
- lib/roo/excelx/shared.rb
#initialize(dir, options = {}) ⇒ Shared
Returns a new instance of Shared.
8 9 10 11 12 13 14 15 16 |
# File 'lib/roo/excelx/shared.rb', line 8 def initialize(dir, = {}) @dir = dir @comments_files = [] @sheet_files = [] @rels_files = [] @options = @image_rels = [] @image_files = [] end |