- Inheritance
- < RDoc::CodeObject < Object
Represent an alias, which is an old_name/ new_name pair associated with a particular context
Attributes
| Name | Visibility | R/W | Description |
|---|---|---|---|
| comment | public | RW | |
| new_name | public | RW | |
| old_name | public | RW | |
| text | public | RW |
Methods
Class
| Visibility | Signature |
|---|---|
| public | new (text, old_name, new_name, comment) |
Instance
| Visibility | Signature |
|---|---|
| public | to_s () |