diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-10-13 15:01:59 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-10-13 15:05:39 +0200 |
commit | de732e0015b356507b7c3554bcce2aa8818626c7 (patch) | |
tree | e21fd4acbffb6c54ce8fb4b82518ee9282d14863 /actionview/test/fixtures/translations | |
parent | 718468e1c9666ee8d58ae2a446e865a1e1e1fc4e (diff) | |
download | rails-de732e0015b356507b7c3554bcce2aa8818626c7.tar.gz rails-de732e0015b356507b7c3554bcce2aa8818626c7.tar.bz2 rails-de732e0015b356507b7c3554bcce2aa8818626c7.zip |
`private def` breaks RDoc. Move meathod to preserve the docs.
The rdoc parser seems to trip on the `private def` construct.
Public methods following a method defined with `private def` are not
visible inside the module docs but are appended to the top-most module.
For example the method `ActiveRecord::QueryMethods#distinct` was listed
under `ActiveRecord#distinct`.
/cc @sgrif
Diffstat (limited to 'actionview/test/fixtures/translations')
0 files changed, 0 insertions, 0 deletions