Skip to content
  • Jonathan Hefner's avatar
    4726b1ab
    Ensure on_rotation appears in RDoc [ci-skip] · 4726b1ab
    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.
    4726b1ab
    Ensure on_rotation appears in RDoc [ci-skip]
    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.
Loading