From 1b5dce5a4e7e202f00ddc8bc82ae644ca119106d Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 23 Oct 2015 16:53:41 +0000 Subject: * NEWS: [DOC] In the new safe call syntax, arguments are evaluated only if a call is made. * doc/syntax/calling_methods.rdoc: Fix a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/syntax/calling_methods.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/syntax/calling_methods.rdoc b/doc/syntax/calling_methods.rdoc index db0217cfef..99ec48af40 100644 --- a/doc/syntax/calling_methods.rdoc +++ b/doc/syntax/calling_methods.rdoc @@ -29,7 +29,7 @@ NoMethodError. You may use .? to designate a receiver, then +my_method+ is not invoked and the result is +nil+ when the receiver is +nil+. In that case, the -argument of +my_method+ are not evaluated. +arguments of +my_method+ are not evaluated. You may also use :: to designate a receiver, but this is rarely used due to the potential for confusion with :: for namespaces. -- cgit v1.2.3