# File structures/Boundaries.rb, line 24 def matches(vb) return (@angleTags != nil && vb.angleTags != nil && ((@angleTags & vb.angleTags) != [])) end