Object
# File lib/daniel_test.rb, line 5 def self.authors_for_print @authors = ['Daniel'] @authors.join(', ') end