Method: Rust::Sequence#to_R
- Defined in:
- lib/rust/core/types/utils.rb
#to_R ⇒ Object
36 37 38 |
# File 'lib/rust/core/types/utils.rb', line 36 def to_R "seq(from=#@min, to=#@max, by=#@step)" end |
36 37 38 |
# File 'lib/rust/core/types/utils.rb', line 36 def to_R "seq(from=#@min, to=#@max, by=#@step)" end |