Sha256: 9c524656d5e19dde56cc2d7cbc9dbac3b4e9a724be638b6b8262a80f611c4848
Contents?: true
Size: 212 Bytes
Versions: 14
Compression:
Stored size: 212 Bytes
Contents
module Timetrap module AutoSheets class Dotfiles def sheet dotfile = File.join(Dir.pwd, '.timetrap-sheet') File.read(dotfile).chomp if File.exist?(dotfile) end end end end
Version data entries
14 entries across 14 versions & 1 rubygems