RDoc Doesn't like quoted symbols

When running rdoc against Facets it reports a number of mesages like
this:

lib/facet/kernel/generate_method_name.rb:15:20: ‘:’ not followed by
identified or operator

Line 15 is:

return :"#{s}"

This is perfectly legal Ruby, so I don’t think RDoc should be throwing
warnings about it.

Thanks,
T.