Get the root directory for this Engine
Engine
260 261 262
# File 'lib/foreman/engine.rb', line 260 def root File.expand_path(options[:root] || Dir.pwd) end