Class: XArrayValue

Inherits:
Object show all
Defined in:
lib/xarray.rb

Constant Summary collapse

@@value =
0

Class Method Summary collapse

Class Method Details

.valueObject



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

def self.value 
  @@value
end

.value=(val) ⇒ Object



7
8
9
# File 'lib/xarray.rb', line 7

def self.value= val
  @@value = val
end