Args
223 224 225 226 227
# File 'lib/nrser/rspex.rb', line 223 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