module PuppetMagnum
Constants
- VERSION
Public Class Methods
root()
click to toggle source
# File lib/puppet-magnum.rb, line 14 def self.root @root ||= Pathname.new(File.expand_path('../', File.dirname(__FILE__))) end