Class: GemLesson
- Inherits:
-
Object
- Object
- GemLesson
- Defined in:
- lib/gem_lesson.rb
Instance Attribute Summary collapse
-
#authors ⇒ Object
Returns the value of attribute authors.
Class Method Summary collapse
Instance Attribute Details
#authors ⇒ Object
Returns the value of attribute authors.
2 3 4 |
# File 'lib/gem_lesson.rb', line 2 def end |
Class Method Details
.authors_for_print ⇒ Object
3 4 5 6 |
# File 'lib/gem_lesson.rb', line 3 def self. = ["Renee"] .join(', ') end |