Class: Array

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

Instance Method Summary collapse

Instance Method Details

#to_valObject



115
116
117
118
119
# File 'lib/val.rb', line 115

def to_val
  type = Val.new
  type.is self
  type
end