Method: Relisp::VariableValue#initialize
- Defined in:
- lib/relisp/type_conversion/programming_types.rb
#initialize(variable) ⇒ VariableValue
Returns a new instance of VariableValue.
131 132 133 |
# File 'lib/relisp/type_conversion/programming_types.rb', line 131 def initialize(variable) @variable = variable end |