module TimeSheet

Constants

VERSION

Public Class Methods

options() click to toggle source
# File lib/time_sheet.rb, line 30
def self.options
  @options
end
options=(options) click to toggle source
# File lib/time_sheet.rb, line 26
def self.options=(options)
  @options = options
end
root() click to toggle source
# File lib/time_sheet.rb, line 22
def self.root
  @root ||= File.expand_path(File.dirname(__FILE__) + '/..')
end