Open
Description
When a *.c file describes a class, with methods, etc., and a *.rb exists owning the same class name, then the *.rb wins completely.
Example: ext/fiddle/closure.c and ext/fiddle/lib/fiddle/closure.rb
The *.c includes two methods, but when the documentation is generated, on the the attributes described in the *.rb are present for the Fiddle::Closure class.