[Source]
# File lib/spreadsheet/excel.rb, line 16 16: def initialize file_path, *args 17: super *args 18: @file_path = file_path 19: end
# File lib/spreadsheet/excel.rb, line 20 20: def close 21: write @file_path 22: end
[Validate]