209 210 211 212 213
# File 'lib/nrser/rspex.rb', line 209 def to_desc max = nil return '' if empty? max = [16, 64 / self.length].max if max.nil? map { |entry| NRSER::RSpex.short_s entry, max }.join ", " end