# File lib/rspec/core/formatters/helpers.rb, line 31 def pluralize(count, string) "#{count} #{string}#{'s' unless count == 1}" end