# File lib/thinking_sphinx/settings.rb, line 32 def call return defaults unless File.exists? file merged.inject({}) do |hash, (key, value)| if absolute_key?(key) hash[key] = absolute value else hash[key] = value end hash end end