module Goliath

Constants

ROOT_DIR

Public Class Methods

root_path(*dirs) click to toggle source
# File lib/boot.rb, line 4
def self.root_path *dirs
  File.join(Goliath::ROOT_DIR, *dirs)
end