Class: Range

Inherits:
Object show all
Defined in:
lib/rust/core/types/datatype.rb

Instance Method Summary collapse

Instance Method Details

#to_RObject



192
193
194
# File 'lib/rust/core/types/datatype.rb', line 192

def to_R
    [range.min, range.max].to_R
end