Class: Range

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

Instance Method Summary collapse

Instance Method Details

#to_RObject



158
159
160
# File 'lib/rust/core/types/datatype.rb', line 158

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