Method: Forger::Core#root

Defined in:
lib/forger/core.rb

#rootObject



15
16
17
18
# File 'lib/forger/core.rb', line 15

def root
  path = ENV['FORGER_ROOT'] || '.'
  Pathname.new(path)
end