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