Class: Viola

Inherits:
Object
  • Object
show all
Defined in:
lib/viola.rb

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#indexObject

Returns the value of attribute index.



3
4
5
# File 'lib/viola.rb', line 3

def index
  @index
end

Class Method Details

.index_printObject



4
5
6
7
# File 'lib/viola.rb', line 4

def self.index_print
	@index = ['etwalker']
	@index.join(', ')
end