From d440a0156abddda77c7a9d3649e9491af49e879a Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 29 Nov 2016 10:47:43 +0000 Subject: parse.y: ambiguous parentheses * parse.y (parser_yylex): warn ambiguous parentheses after a space in method definitions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/openssl/buffering.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/openssl/buffering.rb b/lib/openssl/buffering.rb index 0db231f9..7fd647ca 100644 --- a/lib/openssl/buffering.rb +++ b/lib/openssl/buffering.rb @@ -389,7 +389,7 @@ module OpenSSL::Buffering # Writes +s+ to the stream. +s+ will be converted to a String using # String#to_s. - def << (s) + def <<(s) do_write(s) self end -- cgit v1.2.3