class Spreadsheet::Excel::ExcelCompatibleWorkbook
Public Class Methods
new(file_path, *args)
click to toggle source
Calls superclass method
# File lib/spreadsheet/excel.rb, line 9 def initialize file_path, *args super *args @file_path = file_path end
Public Instance Methods
close()
click to toggle source
# File lib/spreadsheet/excel.rb, line 13 def close write @file_path end