module SheetWrap

Constants

VERSION

Public Class Methods

wrap(drive_spreadsheet) click to toggle source
# File lib/sheet_wrap.rb, line 6
def self.wrap(drive_spreadsheet)
  ::SheetWrap::Worksheet.new(drive_spreadsheet)
end