Method: Eggshell::ExpressionEvaluator::Evaluator#get_var
- Defined in:
- lib/eggshell/expression-evaluator/evaluator.rb
#get_var(var, do_ptr = false) ⇒ Object
an attempt will be made to match an exact var name with that, otherwise, it will be decomposed and each part will be looked up successively.
38 39 40 |
# File 'lib/eggshell/expression-evaluator/evaluator.rb', line 38 def get_var(var, do_ptr = false) end |