# File lib/sup/interactive-lock.rb, line 10
  def pluralize number_of, kind; "#{number_of} #{kind}" + (number_of == 1 ? "" : "s") end