Method: Connect::Dsl#reference

Defined in:
lib/connect/dsl.rb

#reference(parameter, xref = nil) ⇒ Object

Connect the variable to an other variable in the value table



181
182
183
184
# File 'lib/connect/dsl.rb', line 181

def reference(parameter, xref = nil)
  value_reference(parameter, xref)
  Entry::Reference.new(parameter, nil, xref)
end