In activemodel/Rakefile, #{dir} is used in rdoc task, which causes
full path used under activemodel/doc/files. What is the purpose to
use #{dir} in activemodel/Rakefile instead of simply use relative path
like others?
I also noticed that activemodel rdoc is not included in the top-level
rdoc, is this intentional?
In activemodel/Rakefile, #{dir} is used in rdoc task, which causes
full path used under activemodel/doc/files. What is the purpose to
use #{dir} in activemodel/Rakefile instead of simply use relative path
like others?
Good catch, should be relative paths.
I also noticed that activemodel rdoc is not included in the top-level
rdoc, is this intentional?