Class: Viola
- Inherits:
-
Object
- Object
- Viola
- Defined in:
- lib/viola.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
Returns the value of attribute index.
Class Method Summary collapse
Instance Attribute Details
#index ⇒ Object
Returns the value of attribute index.
3 4 5 |
# File 'lib/viola.rb', line 3 def index @index end |
Class Method Details
.index_print ⇒ Object
4 5 6 7 |
# File 'lib/viola.rb', line 4 def self.index_print @index = ['etwalker'] @index.join(', ') end |