Class: Rust::Variable
Instance Method Summary collapse
-
#initialize(name) ⇒ Variable
constructor
A new instance of Variable.
- #to_R ⇒ Object
Constructor Details
#initialize(name) ⇒ Variable
Returns a new instance of Variable.
49 50 51 |
# File 'lib/rust-calls.rb', line 49 def initialize(name) @name = name end |
Instance Method Details
#to_R ⇒ Object
53 54 55 |
# File 'lib/rust-calls.rb', line 53 def to_R @name end |