class Range

Public Instance Methods

to_R() click to toggle source
# File lib/rust-core.rb, line 816
def to_R
    [range.min, range.max].to_R
end