# File lib/facets/core/symbol/capitalized.rb, line 7
  def capitalized?
    to_s.capitalized?
  end