Sha256: 45a1b67f057c1ace489ba07aed8d5acc67fbfd429cac0545987b1537078320bf

Contents?: true

Size: 586 Bytes

Versions: 1

Compression:

Stored size: 586 Bytes

Contents

require 'osheet/base'
require 'osheet/workbook'
require 'osheet/worksheet'

module Osheet
  SPREADSHEET_TYPE = "Excel"
  MIME_TYPE = "application/vnd.ms-excel"
=begin
  @@config = Config.new
  
  class << self
    
    # Configuration accessors for Rack::Less
    # (see config.rb for details)
    def configure
      yield @@config if block_given?
    end
    def config
      @@config
    end
    def config=(value)
      @@config = value
    end
    
    # Combinations config convenience method
    def combinations(key=nil)
      @@config.combinations(key)
    end

  end
=end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
osheet-0.1.0 lib/osheet.rb