class Saxlsx::SharedStringCollection
Public Class Methods
new(file_system)
click to toggle source
# File lib/saxlsx/shared_string_collection.rb, line 7 def initialize(file_system) @file_system = file_system end
Public Instance Methods
each(&block)
click to toggle source
# File lib/saxlsx/shared_string_collection.rb, line 11 def each(&block) SharedStringCollectionParser.parse @file_system, &block end