Method: Object#to_val

Defined in:
lib/val.rb

#to_valObject



107
108
109
110
111
# File 'lib/val.rb', line 107

def to_val
  type = Val.new
  type.is [self, :===]
  type
end