A class to hold all time sheets of a project.
# File lib/taskjuggler/TimeSheets.rb, line 388 def initialize super end
# File lib/taskjuggler/TimeSheets.rb, line 392 def check each { |s| s.check } end
# File lib/taskjuggler/TimeSheets.rb, line 396 def warnOnDelta each { |s| s.warnOnDelta } end