-
Jonathan Hefner authored
When a `:method:` doc is immediately followed by the `private` keyword, RDoc will hide that doc as if it were a private method. To ensure that `ActiveSupport::MessageEncryptors#on_rotation` and `ActiveSupport::MessageVerifiers#on_rotation` both appear in the rendered docs, this commit adds a delimiter comment before each `private` keyword.
Jonathan Hefner authoredWhen a `:method:` doc is immediately followed by the `private` keyword, RDoc will hide that doc as if it were a private method. To ensure that `ActiveSupport::MessageEncryptors#on_rotation` and `ActiveSupport::MessageVerifiers#on_rotation` both appear in the rendered docs, this commit adds a delimiter comment before each `private` keyword.
Loading