13 14 15
# File 'lib/conference_tracker/talk.rb', line 13 def self.bulk(talks) talks.map { |talk| factory(talk) }.compact end