unison-watch/lib/unison.rb

7 lines
98 B
Ruby
Raw Normal View History

2012-05-08 10:46:10 +00:00
module Unison
class << self
def root ; File.expand_path('../..', __FILE__) ; end
end
end