Method: Object#to_val
- Defined in:
- lib/val.rb
#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 |
107 108 109 110 111 |
# File 'lib/val.rb', line 107 def to_val type = Val.new type.is [self, :===] type end |