Module: TomatoPaste

Defined in:
lib/tomato_paste.rb,
lib/tomato_paste/cli.rb,
lib/tomato_paste/vine.rb,
lib/tomato_paste/timer.rb,
lib/tomato_paste/version.rb,
lib/tomato_paste/pomodoro.rb,
lib/tomato_paste/notification.rb

Defined Under Namespace

Classes: Cli, Notification, Pomodoro, Timer, Vine

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.rootObject



2
3
4
# File 'lib/tomato_paste.rb', line 2

def self.root
  File.expand_path "../..", __FILE__
end

.soundsObject



6
7
8
# File 'lib/tomato_paste.rb', line 6

def self.sounds
  File.join root, "share", "sounds"
end