Method: Ufo::Core#root

Defined in:
lib/ufo/core.rb

#rootObject



48
49
50
51
# File 'lib/ufo/core.rb', line 48

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