# File lib/core/facets/string/titlecase.rb, line 22
  def briefcase
    titlecase.capitalize
  end