Method: Connect::Dsl#reference_objects

Defined in:
lib/connect/dsl.rb

#reference_objects(type, regexp_str, xref = nil) ⇒ Object

Create an regexp object reference.



284
285
286
287
# File 'lib/connect/dsl.rb', line 284

def reference_objects(type, regexp_str, xref = nil)
  regexp = Regexp.new(regexp_str)
  Entry::RegexpObjectReference.new(type, regexp, nil, xref)
end