class Object

Public Instance Methods

temp_file_path() click to toggle source
# File test/unit/workbook_spec.rb, line 20
def temp_file_path
  @temp_file_path ||= "#{Dir::tmpdir}/test.xlsx"
end