Method: Rust::Sequence#to_R

Defined in:
lib/rust/core/types/utils.rb

#to_RObject



36
37
38
# File 'lib/rust/core/types/utils.rb', line 36

def to_R
    "seq(from=#@min, to=#@max, by=#@step)"
end