From: Trans Date: 2006-03-14T21:43:46+09:00 Subject: 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.