# File lib/facet/string/case?.rb, line 40
  def capitalized?
    self.capitalize == self
  end