mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
![]() 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:
```
|
||
---|---|---|
.. | ||
c.rb | ||
changelog.rb | ||
markdown.rb | ||
rd.rb | ||
ripper_state_lex.rb | ||
ruby.rb | ||
ruby_tools.rb | ||
simple.rb | ||
text.rb |