0
3 4 5
# File 'lib/xarray.rb', line 3 def self.value @@value end
7 8 9
# File 'lib/xarray.rb', line 7 def self.value= val @@value = val end