Method: Foreman::Engine#root

Defined in:
lib/foreman/engine.rb

#rootObject

Get the root directory for this Engine



260
261
262
# File 'lib/foreman/engine.rb', line 260

def root
  File.expand_path(options[:root] || Dir.pwd)
end