Module: Fresco::Paths

Defined in:
lib/fresco/paths.rb

Constant Summary collapse

GEM_ROOT =
File.expand_path("../..", __dir__)

Class Method Summary collapse

Class Method Details

.generator_rootObject



16
17
18
# File 'lib/fresco/paths.rb', line 16

def self.generator_root
  File.join(GEM_ROOT, "lib/fresco/generators/app")
end

.runtime_rootObject



12
13
14
# File 'lib/fresco/paths.rb', line 12

def self.runtime_root
  File.join(GEM_ROOT, "lib/fresco/runtime")
end

.template_rootObject



8
9
10
# File 'lib/fresco/paths.rb', line 8

def self.template_root
  File.join(GEM_ROOT, "lib/fresco/templates")
end