unison-watch/lib/unison.rb

7 lines
98 B
Ruby

module Unison
class << self
def root ; File.expand_path('../..', __FILE__) ; end
end
end