# File lib/adhearsion/initializer.rb, line 42 def get_rules_from(location) if File.directory? location location = File.join location, ".ahnrc" end File.exists?(location) ? YAML.load_file(location) : nil end