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