Module: Barman

Defined in:
lib/barman.rb,
lib/barman/cli.rb,
lib/barman/version.rb,
lib/barman/project_generator.rb,
lib/barman/project_generators.rb,
lib/barman/project_generators/qa.rb

Defined Under Namespace

Modules: ProjectGenerators Classes: CLI, ProjectGenerator

Constant Summary collapse

VERSION =
"0.1.1"

Class Method Summary collapse

Class Method Details

.barman_pathObject



10
11
12
# File 'lib/barman.rb', line 10

def barman_path
  File.dirname(File.expand_path(__FILE__))
end

.templates_pathObject



14
15
16
# File 'lib/barman.rb', line 14

def templates_path
  File.join(barman_path, "..", "templates")
end