module Dotman

Constants

VERSION

Public Class Methods

root_dir() click to toggle source
# File lib/dotman.rb, line 10
def self.root_dir
    File.expand_path('../..', __FILE__)
end