# File lib/librarian/config/database.rb, line 67 def keys [local, env, global].inject([]){|a, e| a.concat(e.keys) ; a}.sort.uniq end