Anchor names

I know that link_to supports an :anchor element, but is there an associated helper for generating the anchors themselves?

Any element with an id attribute can be addressed via an anchor link in modern web browsers, AFAIK.

Other than that -- what would such a "helper" do?