summaryrefslogtreecommitdiff
path: root/doc/syntax/calling_methods.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/syntax/calling_methods.rdoc')
-rw-r--r--doc/syntax/calling_methods.rdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/syntax/calling_methods.rdoc b/doc/syntax/calling_methods.rdoc
index edb2dfe617..a011144f71 100644
--- a/doc/syntax/calling_methods.rdoc
+++ b/doc/syntax/calling_methods.rdoc
@@ -13,6 +13,9 @@ Note that the parenthesis are optional:
Except when there is difference between using and omitting parentheses, this
document uses parenthesis when arguments are present to avoid confusion.
+This section only covers calling methods. See also the {syntax documentation
+on defining methods}[rdoc-ref:syntax/methods.rdoc].
+
== Receiver
+self+ is the default receiver. If you don't specify any receiver +self+ will