class ReadXls::Workbook::SharedStringTable

Attributes

strings[RW]

Public Class Methods

new(strings) click to toggle source
# File lib/read_xls/workbook/shared_string_table.rb, line 6
def initialize(strings)
  self.strings = strings
end

Public Instance Methods

index(i) click to toggle source
# File lib/read_xls/workbook/shared_string_table.rb, line 10
def index(i)
  strings[i]
end