module TomatoPaste

Constants

VERSION

Public Class Methods

root() click to toggle source
# File lib/tomato_paste.rb, line 2
def self.root
  File.expand_path "../..", __FILE__
end
sounds() click to toggle source
# File lib/tomato_paste.rb, line 6
def self.sounds
  File.join root, "share", "sounds"
end