zzak
zzak
[More info](http://bugs.ruby-lang.org/projects/rurema/wiki/ReferenceManualFormatDigest#since) from the rurema wiki
I'll make a bug-fix release in the next day or two, thank you!
@dsvensson Does it work (from another file than this constant is defined) if you use the entire name like Xmms::Collection::NS_ALL? For example, only "NS_ALL" isn't linking in another file?
Ugh :( @dsvensson are you testing with master?
Hmm, you should be able to install the gem package and Ruby will pick the newest version. You could try patching the install you have, but that seems problematic. If...
So after some poking, I was able to reproduce this only when trying to refer to the constant from another class. Within a different file is ok, as long as...
After some debugging, I was able to fix a bug when using the full constant name within the same class/context wasn't linking. I'm, however, stumped as to how to fix...
This is because dynamic methods are not documentable in rdoc, so we must trick rdoc into thinking this method exists and documented here. It would be nice to have dynamic...
I see what you're getting at, but I'm not sure there is time for this in the next release. Let's see what we can do after the holidays :)
That is an acceptable work around, thanks! I'm going to leave this open so that I remember to add an example of this to the RDoc::Task documentation