We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ae69e9 commit 7b3b1a1Copy full SHA for 7b3b1a1
proc.c
@@ -2644,11 +2644,11 @@ method_dup(VALUE self)
2644
2645
/*
2646
* call-seq:
2647
- * meth.call(...) -> obj
2648
- * meth[...] -> obj
2649
- * method === obj -> result_of_method
+ * call(...) -> obj
+ * self[...] -> obj
+ * self === obj -> result_of_method
2650
*
2651
- * Invokes the <i>meth</i> with the specified arguments, returning the
+ * Invokes +self+ with the specified arguments, returning the
2652
* method's return value.
2653
2654
* m = 12.method("+")
0 commit comments