diff options
author | okuramasafumi <[email protected]> | 2019-04-27 11:18:25 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-04-27 12:35:41 +0900 |
commit | 7fe04850d21db1e17508fb8c05fd78fc079a71c6 (patch) | |
tree | c8b6835283f884d44c99daa5974144ba7a81a031 /proc.c | |
parent | ecf660e438320f501ce4e05e92a5d6c79fe4d54d (diff) |
Add class ref to `UnboundMethod#owner` doc
It refers to `Method#receiver` in the doc, but
there's no class reference in current doc.
Some tools automatically make it a link so it's useful.
Closes: https://github.com/ruby/ruby/pull/2156
Diffstat (limited to 'proc.c')
-rw-r--r-- | proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1647,7 +1647,7 @@ method_original_name(VALUE obj) * meth.owner -> class_or_module * * Returns the class or module that defines the method. - * See also receiver. + * See also Method#receiver. * * (1..3).method(:map).owner #=> Enumerable */ |