module Gust

Constants

VERSION

Public Class Methods

load(workbook_filepath) click to toggle source
# File lib/rb-gust.rb, line 13
def self.load workbook_filepath
  @@workbook_filepath = workbook_filepath
  Spreadsheet::Loader.load(self.workbook_filepath)
end
workbook_filepath() click to toggle source
# File lib/rb-gust.rb, line 9
def self.workbook_filepath
  @@workbook_filepath
end