The assorted attr_* method are marked as private in the Ruby source code, so rdoc does not include them in the generated API docs. However, they are not, strictly speaking, private methods that should not be called in user code, and their usage should appear in the generated rdoc files.
The assorted attr_* method are marked as private in the Ruby source code, so rdoc does not include them in the generated API docs. However, they are not, strictly speaking, private methods that should not be called in user code, and their usage should appear in the generated rdoc files.