Parent

Methods

Timetrap::AutoSheets::Dotfiles

Public Instance Methods

sheet() click to toggle source
# File lib/timetrap/auto_sheets/dotfiles.rb, line 4
def sheet
  dotfile = File.join(Dir.pwd, '.timetrap-sheet')
  File.read(dotfile).chomp if File.exist?(dotfile)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.