Petrik 2a57e6e6ed [ruby/rdoc] Don't document aliases with trailing :nodoc directive
Attribute readers and writers can be marked as `:nodoc` to keep them
undocumented:

```ruby
attr_reader :name # :nodoc:
```

For aliases this behaviour should be the same:

```ruby
alias_method :old :new # :nodoc:
```

https://github.com/ruby/rdoc/commit/30f14e8271
2024-02-09 01:07:17 +00:00
..
2024-02-06 20:38:41 -05:00
2023-12-25 22:15:25 +09:00
2023-12-23 05:56:02 +09:00
2024-01-22 15:59:40 +09:00