# File lib/yard/code_objects/namespace_mapper.rb, line 103 def map_match @map_match ||= @map.keys.map {|k| Regexp.quote k }.join('|') end