# File lib/adhearsion/initializer.rb, line 49 def ahn_root=(path) if Object.constants.include?("AHN_ROOT") Object.const_get(:AHN_ROOT).base_path = File.expand_path(path) else Object.const_set(:AHN_ROOT, PathString.new(File.expand_path(path))) end end