From cd381d8acca042d969c72da64ecd2088a6000a0d Mon Sep 17 00:00:00 2001 From: svn Date: Sat, 21 Oct 2017 15:19:46 +0000 Subject: * remove trailing spaces. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/syntax/methods.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax/methods.rdoc b/doc/syntax/methods.rdoc index eff38c3410..7d334d5a16 100644 --- a/doc/syntax/methods.rdoc +++ b/doc/syntax/methods.rdoc @@ -155,7 +155,7 @@ Instead, the argument will be returned: end p(a = 5) # prints 5 - + The actual return value will be returned when invoking the method directly: p send(:a=, 5) # prints 6 -- cgit v1.2.3