34 35 36
# File 'lib/coinsync/config.rb', line 34 def sources @sources ||= Hash[@source_definitions.keys.map { |key| [key, Source.new(self, key)] }] end