Class: Object

Inherits:
BasicObject
Defined in:
lib/rust-core.rb

Instance Method Summary collapse

Instance Method Details

#to_RObject

Raises:

  • (TypeError)


530
531
532
# File 'lib/rust-core.rb', line 530

def to_R
    raise TypeError, "Unsupported type for #{self.class}"
end