class Foreman::Engine

def root


@returns [String] The root directory

Get the root directory for this +Engine+
def root
  File.expand_path(options[:root] || Dir.pwd)
end