class Creeker::SharedStrings
Attributes
book[R]
dictionary[R]
Public Class Methods
new(book, multi_thread = false)
click to toggle source
# File lib/creeker/shared_strings.rb, line 10 def initialize book, multi_thread = false @book = book parse_shared_shared_strings(multi_thread) end