Method: Goliath.root_path

Defined in:
lib/boot.rb

.root_path(*dirs) ⇒ Object



4
5
6
# File 'lib/boot.rb', line 4

def self.root_path *dirs
  File.join(Goliath::ROOT_DIR, *dirs)
end