Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/rust/core/types/datatype.rb
Instance Method Summary collapse
Instance Method Details
#to_R ⇒ Object
104 105 106 |
# File 'lib/rust/core/types/datatype.rb', line 104 def to_R raise TypeError, "Unsupported type for #{self.class}" end |