class GemLesson

Attributes

authors[RW]

Public Class Methods

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