Object
# File lib/adam_gemtest.rb, line 2 def self.authors_for_print @authors = ["Adam"] @authors.join(", ") end