Class: Roo::Excelx::Extractor

Inherits:
Object
  • Object
show all
Defined in:
lib/roo/excelx/extractor.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ Extractor

Returns a new instance of Extractor.



4
5
6
# File 'lib/roo/excelx/extractor.rb', line 4

def initialize(path)
  @path = path
end