module Barman
Constants
- VERSION
Public Instance Methods
barman_path()
click to toggle source
# File lib/barman.rb, line 10 def barman_path File.dirname(File.expand_path(__FILE__)) end
templates_path()
click to toggle source
# File lib/barman.rb, line 14 def templates_path File.join(barman_path, "..", "templates") end