Method: Connect::Dsl#interpolate
- Defined in:
- lib/connect/dsl.rb
#interpolate(value, xref = nil) ⇒ Object
Connect the variable to an other variable in the value table
173 174 175 |
# File 'lib/connect/dsl.rb', line 173 def interpolate(value, xref = nil) Entry::Interpolator.new(value, nil, xref) end |