# File lib/rubygems.rb, line 364
    def suffix_pattern
      @suffix_pattern ||= "{#{suffixes.join(',')}}"
    end