15 16 17 18
# File 'lib/forger/core.rb', line 15 def root path = ENV['FORGER_ROOT'] || '.' Pathname.new(path) end