# File lib/core/facets/string/capitalized.rb, line 11
  def capitalized?
    self =~ /^[A-Z]/
  end