Method: Icss::Meta::Protocol#sources
- Defined in:
- lib/icss/protocol.rb
#sources ⇒ Object
86 87 88 |
# File 'lib/icss/protocol.rb', line 86 def sources @sources ||= credits.inject(Hash.new){|hash, credit| hash[credit[0].to_sym] = Icss::Meta::Source.find(credit[1]); hash } end |