Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/val.rb
Instance Method Summary collapse
Instance Method Details
#to_val ⇒ Object
107 108 109 110 111 |
# File 'lib/val.rb', line 107 def to_val type = Val.new type.is [self, :===] type end |