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.
138 139 140 |
# File 'lib/rust/core/types/language.rb', line 138 def initialize(name) @name = name end |
Instance Method Details
#to_R ⇒ Object
142 143 144 |
# File 'lib/rust/core/types/language.rb', line 142 def to_R @name end |