Class: MaryannTest
- Inherits:
-
Object
- Object
- MaryannTest
- Defined in:
- lib/maryann_test.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/maryann_test.rb', line 2 def @authors end |
Class Method Details
.authors_for_print ⇒ Object
3 4 5 6 |
# File 'lib/maryann_test.rb', line 3 def self. @authors = ['Mary Ann'] @authors.join(', ') end |