Object
# File lib/gem_lesson.rb, line 3 def self.authors_for_print @authors = ["Renee"] @authors.join(', ') end